diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2023-02-21 19:03:00 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2023-02-21 19:03:00 -0500 |
commit | 3c6707a09a90f461fe3c002ef4f55a0d072e7541 (patch) | |
tree | e1a8c1dd7a25ed4991abeffadc7da76674e278a5 /tnslc/simple.tnsl | |
parent | 06dfde98d64c04303b78d026e575b088895d5367 (diff) |
Basic return values (globals and constants)
Diffstat (limited to 'tnslc/simple.tnsl')
-rw-r--r-- | tnslc/simple.tnsl | 5 |
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 |