diff options
| author | Edvard Thörnros <edvard.thornros@gmail.com> | 2021-01-10 22:50:04 +0100 |
|---|---|---|
| committer | Edvard Thörnros <edvard.thornros@gmail.com> | 2021-01-10 22:50:04 +0100 |
| commit | dde985c7abb4dbe37281131b8b36a75302e48438 (patch) | |
| tree | 82039adbf7a2cad15dc4bdd2116bd8dca27fff48 /tests | |
| parent | 6d94077778d6043e135640f40b09e2582d3a3064 (diff) | |
| download | sylt-dde985c7abb4dbe37281131b8b36a75302e48438.tar.gz | |
VARIABLES!!!
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/simple.tdy | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/simple.tdy b/tests/simple.tdy index d38c6af..01dc5aa 100644 --- a/tests/simple.tdy +++ b/tests/simple.tdy @@ -1,4 +1,7 @@ -1 + 1 <=> 2 -// asdlkjasl -print 1 + 3 -// OwO +// 1 + 1 <=> 2 +// // asdlkjasl +// print 1 + 3 +// // OwO +a int := 1 +print a +print a + a + a |
