labast-examples/pick.lb
2024-02-10 15:25:52 +02:00

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