Page 1 of 1

other editor

Posted: Tue Nov 25, 2014 1:21 am
by 3duser
Can you use smart basic code in other basic editors?

Re: other editor

Posted: Tue Nov 25, 2014 5:57 am
by Mr. Kibernetik
This depends on the code.
If code uses only standard commands like

Code: Select all

FOR I=1 TO 10
PRINT I
NEXT I
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.