gmbytecode/test/asm_code/mapofmap.fate
2019-02-28 17:52:00 +01:00

8 lines
205 B
Plaintext

;; CONTRACT mapofmap
FUNCTION map() : {map, integer, {map, string, boolean}}
RETURNR {1 => { "foo" => true, "bar" => false},
2 => {},
3 => { "foo" => false}}