This short program:
print time()
print version()
print "I am up and running"
results in the following output:
Fri Dec 16 13:22:39 2016
ESP Basic 3.0.Alpha 65
I am up and running
Done...
[then I do a Save command]
Done...
Error at line 14:
Error at line 14: Halted
start save
Error at line 14:
Error at line 14: Halted
/default.bas/14
end of save!!
Error at line 14:
Error at line 14: Halted
Everything still seems to work, but it's a bit distracting!
Phil