sourceforge.net logo

Logical

Bitwise Exclusive OR

bitxor(Value 1, Value 2)

Arguments. 

  • Value 1: an integer or a vector

  • Value 2: an integer or a vector

Bitwise Shift

shift(Number, Bits)

Arguments. 

  • Number: an integer

  • Bits: an integer

For...Do

for(Initial Value of Counter, Counter Variable, For Condition, Counter Update Function, Initial Value, Do Function, Value Variable)

Arguments. 

  • Initial Value of Counter: a free value

  • Counter Variable: an unknown variable/symbol

  • For Condition: a free value

  • Counter Update Function: a free value

  • Initial Value: a free value

  • Do Function: a free value

  • Value Variable: an unknown variable/symbol

If...Then...Else

if(Condition, Expression if condition is met, Expression if condition is NOT met)

Tests a condition and returns a value depending on the result.

Arguments. 

  • Condition: a real number

  • Expression if condition is met: a free value

  • Expression if condition is NOT met: a free value

Logical Exclusive OR

xor(Value 1, Value 2)

Arguments. 

  • Value 1: a free value

  • Value 2: a free value