Function Calls

< Previous | Contents | Manuals Home | Boris FX | Next >

โ€ŒFunction Calls

Sizzle has subroutine calls with parameters. Parameters are passed by

value, meaning that from within a subroutine, you canโ€™t change any of the

arguments of the caller. The order of functions and calls within the file does not matter.

Simon(โ€œrightโ€)


function Simon(val)

โ€œSimon says jump โ€œ val โ€œ\nโ€

end


Simon(โ€œupโ€)

You can have long-running function calls run in a carefully controlled background, see Cancellable Tasks for the full details.

ยฉ2025 Boris FX, Inc.ย โ€”ย UNOFFICIALย โ€”ย Converted from original PDF.


Please select your language

The website is currently localized into the following languages