summaryrefslogtreecommitdiff
path: root/tnslc/simple.tnsl
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2023-02-21 19:03:00 -0500
committerKyle Gunger <kgunger12@gmail.com>2023-02-21 19:03:00 -0500
commit3c6707a09a90f461fe3c002ef4f55a0d072e7541 (patch)
treee1a8c1dd7a25ed4991abeffadc7da76674e278a5 /tnslc/simple.tnsl
parent06dfde98d64c04303b78d026e575b088895d5367 (diff)
Basic return values (globals and constants)
Diffstat (limited to 'tnslc/simple.tnsl')
-rw-r--r--tnslc/simple.tnsl5
1 files changed, 5 insertions, 0 deletions
diff --git a/tnslc/simple.tnsl b/tnslc/simple.tnsl
new file mode 100644
index 0000000..7cbd0fd
--- /dev/null
+++ b/tnslc/simple.tnsl
@@ -0,0 +1,5 @@
+int a = 2
+
+/; raw main [int]
+ raw return a
+;/ \ No newline at end of file