Map type

From MiniScript Wiki
Revision as of 15:28, 17 March 2020 by 71.226.33.30 (talk) (Created page with "<c>map type</c> returns a map that represents the map datatype in MiniScript's core type system. See also: number; string; list; funcRef === Usage Notes ===...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

map type 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

{1:"one"} isa map		// returns 1