]> git.lizzy.rs Git - uwu-lang.git/blobdiff - example/test.uwu
Add :nil:nil
[uwu-lang.git] / example / test.uwu
index 375a03f1cfec4b9871bbae1eff005abe228845e9..081eb69f9ba971adbf0d500b7f92b2577b14f176 100644 (file)
@@ -3,5 +3,6 @@ hello_world "hello world
 
 main :str:cat(
        hello_world,
-       fibo:print(10)
+       fibo:print(10),
+       :nil:nil
 )