diff options
author | CircleShift <kgunger12@gmail.com> | 2025-03-18 14:46:48 -0400 |
---|---|---|
committer | CircleShift <kgunger12@gmail.com> | 2025-03-18 14:46:48 -0400 |
commit | d20df58b6b7cbceb9b7586e974aec652d830711f (patch) | |
tree | a2f65e8d327b34f714b599b55512de585cef141d /tnslc/test.tnsl | |
parent | 2cbdfbc78805648cfa3f76bfc5e3eb80b796f581 (diff) |
[tnslc ]Register string generate funcorigin
Diffstat (limited to 'tnslc/test.tnsl')
-rw-r--r-- | tnslc/test.tnsl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tnslc/test.tnsl b/tnslc/test.tnsl index 6b55408..72836c3 100644 --- a/tnslc/test.tnsl +++ b/tnslc/test.tnsl @@ -1,9 +1,12 @@ int i = 1 + 2 * 4 - 3 + 4 +int j = -3 ~uint8 a = b{0} /; main ({}{}uint8 args) [int] + + tnsl.print("Hello, World!") ~uint8 as = 12 as` = 3 + 4 |