F♭ (pronounced F-flat) is a toy language.
object[ a: b ... ] -> { a: b ... }
convert a quotation to an object
object?a -> bool
retruns true of the item is an object
has?{A} a: -> bool
returns true if an item contains a key
keys{A} -> [str*]
returns an array of keys
vals{A} -> [b*]
returns an array of values