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

'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: . , of

    • selects a handler of an object in the run command
      • Examples:

         run remote's login
      • Related: run