< 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.