precompile checks
This commit is contained in:
parent
401e24bb23
commit
3edb188921
22 changed files with 458 additions and 9 deletions
5
max.bm
5
max.bm
|
|
@ -1,3 +1,6 @@
|
|||
$if Max = undefined then
|
||||
$let Max = defined
|
||||
FUNCTION Max (num1, num2)
|
||||
Max = ((num1 > num2) * -num1) + ((num2 >= num1) * -num2)
|
||||
END FUNCTION
|
||||
END FUNCTION
|
||||
$end if
|
||||
Loading…
Add table
Add a link
Reference in a new issue