Back Previous Next


Linguist basic package - negate

Syntax:

   negate {variable}

Keyword handler:

   net.eclecity.linguist.basic.keyword.BasicKNegate.class

Runtime handler(s):

   net.eclecity.linguist.basic.handler.BasicHNegate.class

Function:

Performs a two's complement operation (subtracting it from zero) on a variable, overwriting it with its new value.

Example(s):

   negate N


Back Previous Next EF="every.html">Next