aboutsummaryrefslogtreecommitdiff
path: root/example.run
diff options
context:
space:
mode:
authorMarvin Borner2019-08-17 18:46:00 +0200
committerMarvin Borner2019-08-17 18:46:00 +0200
commit777c20de7791fd254ce747f7d7ab4b681c5a6001 (patch)
tree285672ccb4a147199b4c243bd5f6117a7759e7e0 /example.run
parent266b4b26bb643190bcf87753dcbcf6bb6800a1bd (diff)
Renaming and semantic testing
Diffstat (limited to 'example.run')
-rw-r--r--example.run3
1 files changed, 2 insertions, 1 deletions
diff --git a/example.run b/example.run
index b6fa3dc..762bf5d 100644
--- a/example.run
+++ b/example.run
@@ -1 +1,2 @@
-print "hallo"; print baum ;
+test = 123;
+print(test); \ No newline at end of file