diff options
Diffstat (limited to 'small-tests')
-rw-r--r-- | small-tests/base.tnsl | 3 | ||||
-rw-r--r-- | small-tests/examp.tnsl | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/small-tests/base.tnsl b/small-tests/base.tnsl index f291cf3..157b65b 100644 --- a/small-tests/base.tnsl +++ b/small-tests/base.tnsl @@ -2,4 +2,5 @@ ;a.pl() # Same -; a . pl ()
\ No newline at end of file +; a . pl () + diff --git a/small-tests/examp.tnsl b/small-tests/examp.tnsl index 196db40..f8579a0 100644 --- a/small-tests/examp.tnsl +++ b/small-tests/examp.tnsl @@ -19,7 +19,7 @@ # pass a variable ;int s = 3 -;byte bitbyte = .2 +;int8 bitbyte = .2 # generic scope block @@ -120,7 +120,7 @@ ;/ -/; switch (i) +/; match (i) # You can do stuff here as well ;int t = 0 |