Difference between revisions of "Operator"

From WikiManual
Jump to: navigation, search
m (sepereting algorythms from data by color)
m (Operators:: singular)
Line 21: Line 21:
 
|}
 
|}
  
Data is stored in [[Sysvars]].
+
Data is stored in [[Sysvar]]s.

Revision as of 23:10, 23 December 2005

Algorithms you're likely to see in Robot DNA:

Operators:

Flow Commands:

cond
start else
stop
end

Store Commands:

store
inc dec

The following commands are not supported in versions earlier 2.46:

addstore
substore
multstore
divstore
ceilstore
floorstore
rndstore
sgnstore
abstore
sqrstore
negstore

Basic Commands:

add & sub
mult & div
rnd
*
mod
sgn
abs

Advanced Commands:

angle
dist
ceil
floor
sqr pow
pyth

The following commands are not supported in versions earlier 2.46:

anglecmp
root
logx
sin
cos

Logical Comparison Operators:

> <
>= <=
= !=
%= !%=
~= !~=

Logic:

true
false
and
or
not
xor

Template:Bitwise Operators

Data is stored in Sysvars.