cls
print "hello world"
let bla = "Test contents of textbox"
textbox bla
button "This is my button 1" [test1]
button "This is my button 2" [test2]
button Exit [TestExit]
wait
[test1]
print "You Clicked on 1"
print bla
wait
[test2]
print "You CLiked on 2"
let bla = "number 2 was clicked"
wait
[TestExit]
end
http://esp8266basic.com
A BASIC interpreter for your ESP
Working now on Autodrop3d. A 3d printer with automatic part ejection system. https://autodrop3d.com