Skip to content

Optional Parameters

Nak edited this page Sep 12, 2022 · 6 revisions

Parameters

Parameters ending with a question-mark are optional. They can be replaced a nil or left empty.

Returns Functions Description
ExampleFuncton( Number? a, Number? b ) A function with 2 optional parameters.

Return

Return variables ending with a question-mark, can also be returned as a nil instead.

Returns Functions Description
Number? ExampleFuncton() A function that has a chance to return nothing

Nik Naks Wiki


Features:

Clone this wiki locally