From dde985c7abb4dbe37281131b8b36a75302e48438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edvard=20Th=C3=B6rnros?= Date: Sun, 10 Jan 2021 22:50:04 +0100 Subject: VARIABLES!!! --- tests/simple.tdy | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'tests') 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 -- cgit v1.2.1