mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-17 15:54:07 +10:00
Added fib-memo.toy, fixed bugs until it worked
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
|
||||
|
||||
print " foo \n bar";
|
||||
var d = ["foo" : ["bar" : ["bazz": ["fizz" : 5]]]];
|
||||
|
||||
print d;
|
||||
|
||||
d["foo"]["bar"]["bazz"]["fizz"] = 66;
|
||||
|
||||
print d;
|
||||
Reference in New Issue
Block a user