diff options
author | Marvin Borner | 2019-08-17 18:46:00 +0200 |
---|---|---|
committer | Marvin Borner | 2019-08-17 18:46:00 +0200 |
commit | 777c20de7791fd254ce747f7d7ab4b681c5a6001 (patch) | |
tree | 285672ccb4a147199b4c243bd5f6117a7759e7e0 /example.run | |
parent | 266b4b26bb643190bcf87753dcbcf6bb6800a1bd (diff) |
Renaming and semantic testing
Diffstat (limited to 'example.run')
-rw-r--r-- | example.run | 3 |
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 |