Back Previous Next


Linguist basic package - negate

Syntax:

   negate {variable}

Keyword handler:

   linguist.basic.keyword.BKNegate.class

Runtime handler(s):

   linguist.basic.handler.BHNegate.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