RosettaCodeData/Task/Josephus-problem/Rebol/josephus-problem-2.rebol

4 lines
107 B
Text
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
for-the-chop: [Joe Jack William Averell Rantanplan]
execute for-the-chop 2
print [for-the-chop "survived"]