RosettaCodeData/Task/Josephus-problem/REBOL/josephus-problem-2.rebol
2014-01-17 05:34:36 +00:00

3 lines
107 B
Text

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