Page 1 of 1

Posted: Tue Mar 04, 2003 8:10 am
by BackupUser
Restored from previous forum. Originally posted by Lars.

There are just missing a few basic Commands in PureBasic:
-Mod(x,y): Returns the Modulo of x/y (x-(int(x/y) * y))
-case is: a command in the select structure wich allows you to test, if x > y or x < y

Lars
IF ALL SEEMS PERFECT, CHECK IT AGAIN. TWICE.