aboutsummaryrefslogtreecommitdiffstats
path: root/hello.alv
diff options
context:
space:
mode:
Diffstat (limited to 'hello.alv')
-rw-r--r--hello.alv6
1 files changed, 2 insertions, 4 deletions
diff --git a/hello.alv b/hello.alv
index 4d55161..5376cb0 100644
--- a/hello.alv
+++ b/hello.alv
@@ -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!"))