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

's

's (apostrophe-S) or ’s (apostrophe-S using fancy (curly) apostrophe)

Specifies a property of an object, function of an object or value

Synonyms:

  • .

Examples:

put {name:"Jack", game:"canasta"}'s name —> Jack
put "alakazam" 's length —> 8

Related terms in the SenseTalk Dictionary.

Selects a handler of an object in the run command

Example:

run remote's login

Related terms in the SenseTalk Dictionary.