diff options
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 |