labast-examples/pick.lb

15 lines
154 B
Plaintext
Raw Normal View History

2024-02-10 13:25:52 +00:00
; 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