cndreisbach / funl

FunL is a function-level programming language implemented in Javascript.
The Unlicense
6 stars 0 forks source link

Maps are not implemented #2

Closed cndreisbach closed 11 years ago

cndreisbach commented 11 years ago
funl> {"a" 1, "b" "two", "c" 3}
Error: Not implemented yet
 in map at line 1, column 2
 in application at line 1, column 2
 in program at line 1, column 1