We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Add two numeric NIDs together and put result into dest.
add :<dest> [:]<a> [:]<b>
Subtract two numeric NIDs (b from a) and put result into dest.
sub :<dest> [:]<a> [:]<b>
div :<dest> [:]<a> [:]<b>
mul :<dest> [:]<a> [:]<b>
Shift value left by n bits and put into dest.
shiftl :<dest> [:]<value> [:]<n>
Shift value right by n bits and put into dest.
shiftr :<dest> [:]<value> [:]<n>
and :<dest> [:]<a> [:]<b>
or :<dest> [:]<a> [:]<b>
xor :<dest> [:]<a> [:]<b>
`neg : [:]
inc :<value>
dec :<value>
Sets value to null.
clear :<value>
Convert value to an integer and put into dest.
int :<dest> [:]<value>
Convert value to a float and put into dest.
float :<dest> [:]<value>