Kray3 SDK/Logic operations
From Kray
Revision as of 14:25, 17 August 2012 by Jure (Talk | contribs) (Created page with '= Logic operators = And (&) Or (|), Not (!) logic operators can be used on doubles. {{Kray3script | path=operators/operators10.kray | runbutton=1}} == Concatenation == Concatena…')
Logic operators
And (&) Or (|), Not (!) logic operators can be used on doubles.
<include highlight="kray3" src="/pub/kray3_script/operators/operators10.kray"></include>{{#ifeq: 1|1|
|}}
Concatenation
Concatenation operators work on doubles, vectors, strings.
<include highlight="kray3" src="/pub/kray3_script/operators/operators11.kray"></include>{{#ifeq: 1|1|
|}}