Content deleted Content added
→Sample code: fix syntaxhighlight errors |
→Procedures and functions: fix syntaxhighlight error |
||
Line 251:
An example procedure definition and a function call follows:
<syntaxhighlight lang="
x := Cube( 2 )
|