]> git.lizzy.rs Git - uwu-lang.git/blobdiff - example/test.uwu
Redesign function names
[uwu-lang.git] / example / test.uwu
index 081eb69f9ba971adbf0d500b7f92b2577b14f176..90ced3fe4703e00d29ae77e373a3c33b16f527af 100644 (file)
@@ -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
 )