RosettaCodeData/Task/Josephus-problem/Rebol/josephus-problem-2.rebol
2026-04-30 12:34:36 -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"]