diff options
| author | Kai Gunger <kgunger12@gmail.com> | 2025-11-28 23:54:11 -0500 |
|---|---|---|
| committer | Kai Gunger <kgunger12@gmail.com> | 2025-11-28 23:54:11 -0500 |
| commit | 51854e5db46033712b5dbbf78d769ea500eca14f (patch) | |
| tree | f0a10a0538dadc4b67ad25608382a13fc0299f4f /tnslc/test.tnsl | |
| parent | 72ff4422208b096e7374768ae49f050b8457f361 (diff) | |
Update module building code
Diffstat (limited to 'tnslc/test.tnsl')
| -rw-r--r-- | tnslc/test.tnsl | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/tnslc/test.tnsl b/tnslc/test.tnsl index 72836c3..dbfdb31 100644 --- a/tnslc/test.tnsl +++ b/tnslc/test.tnsl @@ -1,14 +1,5 @@ -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 -;/ +struct Box { + {}~{}A(B`)` a +} |