aboutsummaryrefslogtreecommitdiff
path: root/example/test.uwu
diff options
context:
space:
mode:
Diffstat (limited to 'example/test.uwu')
-rw-r--r--example/test.uwu6
1 files changed, 3 insertions, 3 deletions
diff --git a/example/test.uwu b/example/test.uwu
index 081eb69..90ced3f 100644
--- a/example/test.uwu
+++ b/example/test.uwu
@@ -1,8 +1,8 @@
hello_world "hello world
"
-main :str:cat(
+main str.cat(
hello_world,
- fibo:print(10),
- :nil:nil
+ .fibo.print(10),
+ nil.nil
)