diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2023-02-22 16:22:21 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2023-02-22 16:22:21 -0500 |
commit | e53a018ffe378af678fa0e7b3c0bc7d098d83ac9 (patch) | |
tree | 32fa1c3b417d47ab5797f9276ff1d00074f5f51a /tnslc/simple.tnsl | |
parent | 07b0a675d733c54ad395b085e2a10048c13b13c0 (diff) |
Apprehensive multiplication and division
Diffstat (limited to 'tnslc/simple.tnsl')
-rw-r--r-- | tnslc/simple.tnsl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tnslc/simple.tnsl b/tnslc/simple.tnsl index 795b626..bbe8ba3 100644 --- a/tnslc/simple.tnsl +++ b/tnslc/simple.tnsl @@ -1,6 +1,6 @@ uint a = 2, b = 4 +{}uint8 str = "Hello" -/; raw main [int] - int c = a + b - raw return c + a - b +/; main [int] + return 273 ;/
\ No newline at end of file |