2 lines
75 B
Text
2 lines
75 B
Text
foreach c in (T("Red","Green","Blue","Black","White"))
|
|
{ print(c," "); }
|
foreach c in (T("Red","Green","Blue","Black","White"))
|
|
{ print(c," "); }
|