other editor

Post Reply
3duser
Posts: 3
Joined: Thu Nov 13, 2014 10:43 pm

other editor

Post by 3duser »

Can you use smart basic code in other basic editors?

User avatar
Mr. Kibernetik
Site Admin
Posts: 4786
Joined: Mon Nov 19, 2012 10:16 pm
My devices: iPhone, iPad, MacBook
Location: Russia
Flag: Russia

Re: other editor

Post 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.

Post Reply