-
Notifications
You must be signed in to change notification settings - Fork 0
Instruction 4002 CONCAT_ALL
HoverCatz edited this page Mar 8, 2024
·
1 revision
This will CONCAT (aka concentrate or add) all the elements (the top/the right-most/the last added element) on the stack together.
It first pops all the elements, then adds them together as strings, and puts the resulting string back onto the stack.
Stack before:
CONCAT_ALL
Stack after: