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

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

Unit of Duration (abbreviation for second) (Added in SenseTalk 1,67)