Using Nasal functions: Difference between revisions

Jump to navigation Jump to search
no edit summary
m (→‎Simple examples: experiment ...)
No edit summary
Line 15: Line 15:
* begin/open the function body (the opening curly brace)
* begin/open the function body (the opening curly brace)
* return the result of number*number to the caller
* return the result of number*number to the caller
* terminate the expression using the semicolon
* close the function body (the closing curly brace)
* close the function body (the closing curly brace)
* and terminate the expression via the semicolon
* and terminate the expression via the semicolon

Navigation menu