Multiply long version by pooq

dim b$(1)
do
line input""a$
if""=a$end
v=1
for i=1to split(a$,b$(),",")v=v*val(b$(i))next
?v
loop

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page