Author Topic: QB64 or other basic app ?  (Read 3049 times)

0 Members and 1 Guest are viewing this topic.

Offline Volkert

  • Newbie
  • Posts: 1
    • View Profile
QB64 or other basic app ?
« on: January 11, 2020, 06:26:04 am »
Hi there ! I am searching for any basic or qb64 emulator, interpreter and/or compiler to run on a mobile phone. I would like to be able to make/run little graphic .bas or .exe files on my phone. So I would need screen, circle, pset, arrays (dim?).

Is there any app for android or iphone that can do that ? Or should I search a totally different programming language that can do the same ?

Kind regards, Volkert 

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: QB64 or other basic app ?
« Reply #1 on: January 11, 2020, 09:46:35 am »
Welcome Volkert

On the subject of a Basic like QB on Android: https://www.qb64.org/forum/index.php?topic=2015.0

SmallBASIC is interpreter only and does not use declarations of variable types (or suffixes) and is not to be confused with MS Small Basic which is completely different.

Here is direct link: http://smallbasic.github.io

« Last Edit: January 11, 2020, 09:48:40 am by bplus »