var ->initialise: type=[type],
name=[name], value=[any]Create a var object that
may contain objects of the specified type. A
var object may have an
optional name and initial value.
Defaults:
# type: unchecked
- name: @nil
(unnamed, not stored in @variables)
- value: @default