Map type
Jump to navigation
Jump to search
map
returns a map that represents the map datatype in
MiniScript's core type system.
See also: number; string; list; funcRef
Usage Notes
map type
can be used with isa
to check whether a variable refers to a map. You can also
assign new methods here to make them available to all maps.
Example
{"foo":42} isa map // returns 1