s
Keyword, Unit of Duration
Keyword
- 's — 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: ‘.’, of, property