diff options
Diffstat (limited to 'small-tests/examp.tnsl')
-rw-r--r-- | small-tests/examp.tnsl | 4 |
1 files changed, 2 insertions, 2 deletions
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 |