7 lines
92 B
Text
7 lines
92 B
Text
for
|
|
I in [a b c]
|
|
J in ['A' 'B' 'C']
|
|
K in [1 2 3]
|
|
do
|
|
{System.showInfo I#J#K}
|
|
end
|