William Pinson
This program is poorly constructed. It is slow, doesn’t include key components of a proper BASIC, and doesn’t even maintain the integrity of its variables.
Да, BASIC Programming Compiler полностью бесплатное и не содержит встроенных покупок или подписок.
Недостаточно отзывов для надежной оценки. Приложению нужно больше отзывов пользователей.
Приложение BASIC Programming Compiler бесплатное.
Чтобы получить оценку дохода приложения BASIC Programming Compiler и другие данные AppStore, вы можете зарегистрироваться на платформе мобильной аналитики AppTail.
This program is poorly constructed. It is slow, doesn’t include key components of a proper BASIC, and doesn’t even maintain the integrity of its variables.
This is not compiler. It will execute lines of basic. But needs all inputs established in advance. So if you wrote a program that gave prompt “this is a+b calculator” “please enter a” “now enter b” “your answer to a+b is c” The only thing you’ll see is “ your answer to a+b is c” and won’t display any of the input prompts because it expects all inputs to be predefined in the correct order. Making it impossible to create any fully actualized programs.