a start
This commit is contained in:
parent
29210af86b
commit
0741413c93
11 changed files with 144 additions and 0 deletions
3
truncate.bm
Normal file
3
truncate.bm
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
FUNCTION Truncate (value)
|
||||
Truncate = (value > 0) * (((value < 256) * value) + ((value > 255) * 255))
|
||||
END FUNCTION
|
||||
Loading…
Add table
Add a link
Reference in a new issue