4 lines
162 B
Text
4 lines
162 B
Text
process
|
|
local stream s variable initial {"apple", "orange"}
|
|
local integer i initial {number of s}
|
|
put #main-output 'The number of fruit elements is %d(i).'
|