listInsertionMode
Local Property
The listInsertionMode
local property, and the corresponding defaultListInsertionMode
global property, can be set to "nested" or "item by item" to set the standard behavior within the local handler, or globally for all handlers, respectively:
Example
put (1,2,3) into aList
set the listInsertionMode to "nested"
insert (4,5) after aList --> (1,2,3,(4,5))
Further Reading
Resources in our other reference manuals.
listInsertionMode
Local Property in the SenseTalk Reference manual
Related Terms
Related terms in the SenseTalk Dictionary.