RuLa Functions
Definition
Examples
Without parameters
function say_hello():
'Hello everybody'
endfunction half_a_dozen():
12/2
endWith one parameter
function divide_by_two(number):
number/2
endWith multiple parameters
Last updated
Was this helpful?
