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

tell

  • command

  • new in 2.01

  • The Tell flow control command provides a convenient means of targeting messages to a specific object.

  • Examples: +

     tell deckOfCards to shuffle
  • Tell can also be used to change the target for an entire block of code: +

     tell deckOfCards
    shuffle
    deal 5
    end tell
  • Related: send