Skip to main content
Version: 26.3

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



note

This page is under construction: it has not been reviewed for completeness.