s
Keyword
's — an apostrophe "s" is used to access a property of an object, or to call a function.
Examples:
set myDog to {name:"Murphy", color:"white and tan", weight: 14 lbs}
put myDog's name —-> Murphy
put "hotdog" 's length --> 6
Related Terms
Unit
(Added in SenseTalk 1.67)
Unit of duration. Abbreviation for second.
note
This page is under construction: it has not been reviewed for completeness.