function
ACTION:
define a function
EXAMPLE:
function triple(i as int) as int return i*3 end function
RELATED:
procedures
sub
method