From 5f8c1d144b3c91f2c4ba75d709a74d83c1f3d5a0 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sat, 26 Aug 2023 13:44:07 +0200 Subject: ast and cleanup --- test/test.test | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/test.test b/test/test.test index 5bbd0c0..5e3f420 100644 --- a/test/test.test +++ b/test/test.test @@ -4,3 +4,5 @@ var ply: string = "cool!"; ply = "way cooler!!"; const new: integer = henshin * 5 + 10; + +const test: integer = 1 + 1; -- cgit v1.2.3