メインコンテンツまでスキップ
バージョン:26.3

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

Unit

(Added in SenseTalk 1.67)

Unit of duration. Abbreviation for second.



ノート

This page is under construction: it has not been reviewed for completeness.