emailler/client/basic/index.bas.txt

16 lines
287 B
Plaintext
Raw Normal View History

10 dhcp
20 hook"/hello",1000
30 httpd80,100
100 !"<h1>hello</h1>"
110 !"<form action=/hello>"
120 !"what's your name?"
130 !"<input type=text name=n>"
140 !"</form>"
200 yield
100 !"<h1>hello</h1>"
1000!"<br>hello "+n$+", i'm a c64 running basic on bails."
1010 yield