screen.resolution.set (512,384)
screen.set (BACK)
pattern.display ("avo\bubble.gif")
screen.end ()
text.display ("Press a key to exit.",CENTER,350)
@list=text.word.list.create ("Hello,alambik,world",",")
for (%i=1 to text.word.list.number.get (@list))
text.display (text.word.list.get (@list,%i),CENTER,%i*10)
next ()
keyboard.wait ()
script.stop ()