fkm BASIC 3.0.0

License: Free ‎File size: 2.31 MB
‎Users Rating: 3.0/5 - ‎1 ‎votes

Let's write a program on your device! This app is a small-programming environment. You can write a program and execute it! A language is like BASIC. ex-1) 10 INPUT A 20 A = A + 10 30 PRINT A ex-2) 10 INPUT A 20 IF A < 20 then 30 else 50 30 PRINT "WOW" 40 GOTO 60 50 PRINT "GOOD" 60 END

VERSION HISTORY

  • Version 2.0.4 posted on 2017-10-21
    fix some bugs
  • Version 1.1 posted on 2011-10-22
    Several fixes and updates
  • Version 1.1 posted on 2011-10-22
    add DATA-READ statement,10 READ A B,20 PRINT A,30 PRINT B,40 END,50 DATA "AGE=",27

Program Details