summaryrefslogtreecommitdiff
path: root/tnslc/simple.tnsl
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2023-02-22 16:22:21 -0500
committerKyle Gunger <kgunger12@gmail.com>2023-02-22 16:22:21 -0500
commite53a018ffe378af678fa0e7b3c0bc7d098d83ac9 (patch)
tree32fa1c3b417d47ab5797f9276ff1d00074f5f51a /tnslc/simple.tnsl
parent07b0a675d733c54ad395b085e2a10048c13b13c0 (diff)
Apprehensive multiplication and division
Diffstat (limited to 'tnslc/simple.tnsl')
-rw-r--r--tnslc/simple.tnsl6
1 files changed, 3 insertions, 3 deletions
diff --git a/tnslc/simple.tnsl b/tnslc/simple.tnsl
index 795b626..bbe8ba3 100644
--- a/tnslc/simple.tnsl
+++ b/tnslc/simple.tnsl
@@ -1,6 +1,6 @@
uint a = 2, b = 4
+{}uint8 str = "Hello"
-/; raw main [int]
- int c = a + b
- raw return c + a - b
+/; main [int]
+ return 273
;/ \ No newline at end of file