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

s

  • 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)
    • new in 1.67