Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 183 Bytes

ruby.md

File metadata and controls

12 lines (7 loc) · 183 Bytes

Difference from Ruby

TBA

Syntax

  • No && ||, only and or (whose precedence are the same as Ruby's && ||)

Built-in

  • No Symbols
  • Hash is renamed to Dict