10 lines
134 B
Text
10 lines
134 B
Text
define main
|
|
|
|
function main(x : integer returns integer)
|
|
|
|
for a in 1, x
|
|
returns
|
|
value of product a
|
|
end for
|
|
|
|
end function
|