labast/example-scripts/pick.lb

15 lines
154 B
Plaintext
Raw Normal View History

2024-02-05 07:05:48 +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