RosettaCodeData/Task/Josephus-problem/REBOL/josephus-problem-2.rebol
2023-07-01 13:44:08 -04:00

3 lines
107 B
Text

for-the-chop: [Joe Jack William Averell Rantanplan]
execute for-the-chop 2
print [for-the-chop "survived"]