langs a-z
This commit is contained in:
parent
db842d013d
commit
d066446780
11389 changed files with 98361 additions and 1020 deletions
|
|
@ -1,28 +0,0 @@
|
|||
fn computeAbsBloop bloop =
|
||||
(
|
||||
versionNumber = maxVersion()
|
||||
|
||||
if versionNumber[1] < 9000 then
|
||||
(
|
||||
print "Max version 9 required"
|
||||
return false
|
||||
)
|
||||
|
||||
if bloop == undefined then
|
||||
(
|
||||
print "Bloop is undefined"
|
||||
return false
|
||||
)
|
||||
|
||||
try
|
||||
(
|
||||
abs bloop
|
||||
)
|
||||
catch
|
||||
(
|
||||
print "No function abs"
|
||||
false
|
||||
)
|
||||
)
|
||||
|
||||
computeAbsBloop -17
|
||||
Loading…
Add table
Add a link
Reference in a new issue