RosettaCodeData/Task/Loops-For-with-a-specified-step/Slate/loops-for-with-a-specified-step.slate
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

2 lines
104 B
Text

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