new built-in keysof and rewrote the json parser

This commit is contained in:
cozis
2022-12-06 22:43:13 +01:00
parent 7e3eb6364a
commit 380b8a8917
11 changed files with 521 additions and 219 deletions
+1 -1
View File
@@ -4,4 +4,4 @@ fun sayHello(name: String = "unnamed person")
sayHello("Francesco");
sayHello();
sayHello(none);
sayHello(none);