This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| crpl:docs:floor [2013/04/26 20:35] – created thepenguin | crpl:docs:floor [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | rounds a number down | + | <- [[crpl: | 
| + | ===== floor ===== | ||
| + | |||
| + | <-num floor ->num | ||
| + | |||
| + | |||
| + | === Description === | ||
| + | Takes one number | ||
| + | === Examples === | ||
| + | <code 4RPL>4.2 floor Trace</ | ||