Go to the first, previous, next, last section, table of contents.


Reversed Equate Stack Operators

The @ operator duplicates the value at the top of the stack. The ! operator removes the value at the top of the stack. Both operators don't care what data type they are using. The @ operator can take a variable designator instead - in which case it pushes the variables value twice.


Go to the first, previous, next, last section, table of contents.