6 lines
93 B
Text
6 lines
93 B
Text
1.to 5 do { i : INTEGER;
|
|
1.to i do { dummy : INTEGER;
|
|
'*'.print;
|
|
};
|
|
'\n'.print;
|
|
};
|