15 lines
154 B
Plaintext
15 lines
154 B
Plaintext
; written by Labashki developer - aeris
|
|
@ 0
|
|
push 2
|
|
push 3
|
|
push 4
|
|
push 1
|
|
pick
|
|
dump
|
|
|
|
; Expected output
|
|
;
|
|
; 0: 2
|
|
; 1: 3
|
|
; 2: 4
|
|
; 3: 3 |