RosettaCodeData/Task/Arrays/REBOL/arrays-3.rebol
2023-07-01 13:44:08 -04:00

4 lines
101 B
Text

first a ; -> left
third a ; -> "up"
last a ; -> "down"
a/2 ; -> right (Note: REBOL is 1-based.)