We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Here are some caveats compared to other OOP languages:
Value Types Only Fixnum, Bignum, true, false and nil
Fixnum
Bignum
true
false
nil
Evaluates to false Only false and nil
Evaluates to true Anything else, also: 0 and ""
0
""
Line comment Starts with an #
#