Discover

Topics

fkm BASIC

fkm BASIC APK

fkm BASIC APK

3.0.1 Freefkm ⇣ Download APK (3.65 MB)

Let's write a basic program!

What's fkm BASIC APK?

fkm BASIC is a app for Android, It's developed by fkm author.
First released on google play in 12 years ago and latest version released in 4 months ago.
This app has 49.1K download times on Google play and rated as 2.64 stars with 22 rated times.
This product is an app in Education category. More infomartion of fkm BASIC on google play
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