Expression to store a value from the stack in scratch space. NOTE: This expression breaks the typical semantics of JsTeal, only use if you know what you're doing.
Take the logical And of this expression and another one.
This expression must evaluate to uint64.
This is the same as using And() with two arguments.
And()
Take the logical Or of this expression and another one.
This is the same as using Or() with two arguments.
Or()
Generated using TypeDoc
Expression to store a value from the stack in scratch space. NOTE: This expression breaks the typical semantics of JsTeal, only use if you know what you're doing.