RosettaCodeData/Task/Loops-For-with-a-specified-step/Slate/loops-for-with-a-specified-step.slate
2023-07-01 13:44:08 -04:00

2 lines
104 B
Text

2 to: 8 by: 2 do: [| :i | Console ; i printString ; ', '].
inform: 'enough with the cheering already!'.