load from memory
compile
save
play
stop
step
reset
memory
monitor
source
print("hello world\n\r"); a=10+12*(6-1); print(a); print(" "); printc(10+12*5); if(3>2){ print(" true\n\r"); } b=1; while(1){ b=b+1; print(b); if(b>10){goto(end);} } end: b=input();
:
information