basics

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post 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.