wow, last minute thought:
if new functions would be added, seperately for floats and ints, then the abs function stands out a little...
may i suggest to change the current abs() function to absf() ? some other keywords might need a change or alias as well... although this might affect older code, rewriting of that coude would simply be a find / replace with the new keyword
int: max() min() abs() sgn()
float: maxf() minf() absf() sgnf() intf()
int() and intf() could be aliases
just a thought, but it is something that will come up further down the line
(oh, on a note, i'm beginning to get more impressed with purebasic lately, some things are veeeeeeeeeery nice, it's just some very minor things that sometimes annoy me (some very basic

keywords are just plain weird) but still it's probably the language i am gonna stick with for the moment...)