We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee5970 commit dcbff3fCopy full SHA for dcbff3f
book/types_of_data.md
@@ -31,7 +31,7 @@ int
31
| [Tables](#tables) | `[{x:12, y:15}, {x:8, y:9}]`, `[[x, y]; [12, 15], [8, 9]]` |
32
| [Closures](#closures) | `{\|e\| $e + 1 \| into string }`, `{ $in.name.0 \| path exists }` |
33
| [Cell-paths](#cell-paths) | `$.name.0` |
34
-| [Blocks](#blocks) | `if true { print "hello!" }`, `loop { print "press ctrl-c to exit" }` |
+| [Blocks](#blocks) | `if true { print "hello!" }`; `loop { print "press ctrl-c to exit" }` |
35
| [Null (Nothing)](#nothing-null) | `null` |
36
| [Any](#any) | `let p: any = 5` |
37
0 commit comments