11 lines
142 B
Text
11 lines
142 B
Text
class APPLICATION
|
|
create make
|
|
feature
|
|
make do
|
|
from
|
|
until false
|
|
loop
|
|
IO.put_string ("SPAM%N")
|
|
end
|
|
end
|
|
end
|