diff options
Diffstat (limited to 'hello.alv')
| -rw-r--r-- | hello.alv | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,4 +1,2 @@ -([1]import* time util) -([2]print ([3]switch ([4]tick 0.5) - "hello" - "world!")) +([1]import* time) +([2]print ([3]every 0.5 "hello world!")) |
