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/test.tnsl | |
| parent | 06dfde98d64c04303b78d026e575b088895d5367 (diff) | |
Basic return values (globals and constants)
Diffstat (limited to 'tnslc/test.tnsl')
| -rw-r--r-- | tnslc/test.tnsl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tnslc/test.tnsl b/tnslc/test.tnsl index ad842d0..9720011 100644 --- a/tnslc/test.tnsl +++ b/tnslc/test.tnsl @@ -6,6 +6,7 @@ :include "test2.tnsl" /; run (uint argc, ~~uint8 argv) [int] + {}uint8 c = "asdf" return 0 ;/ ;/ |