|
|
1.1 moko 1: @main[] 1.3 ! moko 2: $t[^table::create{c1 c2 c3}] ! 3: ^t.insert[ $.c2(1) ] ! 4: ^try-catch{ $t.c3[^hash::create[]] } 1.1 moko 5: 1.3 ! moko 6: ^json:string[$t] ! 7: ! 8: $t[^table::create[nameless]{}] ! 9: ^t.insert[ $.10(10) $.12[12] ] ! 10: ^try-catch{ ^t.insert[ $.1[ok] $.2{bad} ] } ! 11: ! 12: ^json:string[$t]