other editor
other editor
Can you use smart basic code in other basic editors?
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: other editor
This depends on the code.
If code uses only standard commands like
then yes, it is almost compatible with other BASIC editors.
But if code uses some specific "smart BASIC" functions then another BASIC editor will not understand them.
If code uses only standard commands like
Code: Select all
FOR I=1 TO 10
PRINT I
NEXT I
But if code uses some specific "smart BASIC" functions then another BASIC editor will not understand them.