2.6
22 review
3.65 MB
Everyone
Content rating
49.1K
Downloads
fkm BASIC screenshot 1 fkm BASIC screenshot 2

About this product

Let's write a basic program!

Rating and review

2.6
22 ratings
5
4
3
2
1

fkm BASIC description

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
↓ Read more