Nasal library functions: Difference between revisions

Jump to navigation Jump to search
Line 107: Line 107:
Example:
Example:
<syntaxhighlight lang="nasal" enclose="div">
<syntaxhighlight lang="nasal" enclose="div">
floor(1.2); # returns 1
math.floor(1.2); # returns 1
floor(1.6); # returns 1
math.floor(1.6); # returns 1
</syntaxhighlight>
</syntaxhighlight>


29

edits

Navigation menu