labast/scripts/pick.lb

15 lines
154 B
Plaintext
Raw Permalink Normal View History

2024-02-05 07:05:48 +00:00
; written by Labashki developer - aeris
@ 0
2024-02-05 15:13:32 +00:00
push 2
push 3
push 4
push 1
pick
dump
2024-02-05 07:05:48 +00:00
; Expected output
;
; 0: 2
; 1: 3
; 2: 4
; 3: 3