We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b0b22 commit a04298cCopy full SHA for a04298c
1 file changed
docs/overview.md
@@ -18,7 +18,8 @@ Comparison | `>`, `<`, `>=`, `<=`
18
Boolean operations | `!`, `&&`, <code>||</code>
19
Reference, Structural (deep) Equality | `===`, `==`
20
Immutable Lists | `[1, 2, 3]`
21
-Immutable Prepend | `[item1, item2, ...theRest]`
+Immutable List Prepend | `[item1, item2, ...theRest]`
22
Arrays | <code>[|1, 2, 3|]</code>
23
Records | `type player = {score: int}; {score: 100}`
24
-Comments | `/* Comment here */`
+Multiline Comments | `/* Comment here */`
25
+Single line Comments | `// Comment here`
0 commit comments