Mantra has a number of built-in types so far: object, int, char, string, list, dict, tree as well as some I/O objects.
There are no arrays in Mantra, only lists:
Strings and ints etc.. are immutable but you can use mustring and mutint:
emits
Labels:
None