Skip to content

Instruction 3001 STRING

HoverCatz edited this page Mar 8, 2024 · 1 revision

This will create a String and add it as the last element (the top/the right-most/the last added element) on the stack.


Stack before: ${[\space\color{#947cdd}A\space\color{white}, \space\color{#947cdd}B\color{white}\space, \space\color{#947cdd}C\color{white}\space]}$

STRING < ${\color{#947cdd}'Hello'\color{white}\space}$ >

Stack after: ${[\space\color{#947cdd}A\space\color{white}, \space\color{#947cdd}B\color{white}\space, \space\color{#947cdd}C\color{white}\space, \space\color{#947cdd}'Hello'\color{white}\space]}$

Value created: ${[\space\color{#947cdd}'Hello'\color{white}\space]}$

Clone this wiki locally