Changes

Jump to navigation Jump to search
1 byte removed ,  17:27, 2 February 2020
Line 13: Line 13:  
* Comparisons can be chained, e.g. if (10 < x < 20)
 
* Comparisons can be chained, e.g. if (10 < x < 20)
 
* Any enumerable can be indexed into with a number (except for dictionaries), including sets.
 
* Any enumerable can be indexed into with a number (except for dictionaries), including sets.
* Single quotation marks () do nothing
+
* Single quotation marks (') do nothing
 
* Multiline comments are not supported
 
* Multiline comments are not supported
 +
 
==Example==
 
==Example==
 
  '''var''' words = ~["hello", " ", "world"]; ''//Create an array''
 
  '''var''' words = ~["hello", " ", "world"]; ''//Create an array''

Navigation menu