Browse Source

build book

Nils Boettcher 2 months ago
parent
commit
9bbc33dc34
1 changed files with 5 additions and 0 deletions
  1. 5 0
      book/src/example-numbat_syntax.md

+ 5 - 0
book/src/example-numbat_syntax.md

@@ -6,6 +6,11 @@
 # This is a line comment. It can span over
 # multiple lines
 
+# statements can be separated by newlines or semicolons
+1
+2
+1;2
+
 # 1. Imports
 
 use prelude        # This is not necessary. The 'prelude'