Note: This is a work in progress and many formatting issues have been fixed. Read more about the project on the home page. Writing function handlersWhen you write a handler for a function, you specify statements that compute and return a value to the handler that calls the function. Each function handler has the following form, where the italicized words are placeholders:
HyperCard has many built-in functions, but you can also write your own:
The function Related TopicsPlaceholdersfunctionNameAny text string, without quotation marks, that represents the name of the function handler you want to write:
As in the HyperTalk examples:
statementsAny return-separated list of built-in commands, user-defined handlers, or keywords that are part of a message or function handler.
|
Version 0.8b4 (July 4, 2025)