Arc Forumnew | comments | leaders | submitlogin
1 point by CarlGundel 5923 days ago | link | parent

Here's a version that uses Run BASIC, a web appserver built on Seaside.

To try it out, paste the code here http://runbasic.com/seaside/go/runbasic?_page=WriteYourOwn

input "Say something"; something$

cls

link #continue, "Click here", [continue]

wait

[continue]

cls

print something$