Developer technologies | Small BASIC
A programming language created by Microsoft that serves a stepping stone for beginners from block-based coding languages to more complex text-based languages.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Small Basic does not appear to have any settings menu.
How do I ensure that the code is word wrapped?
Thanks
Tinkerer
A programming language created by Microsoft that serves a stepping stone for beginners from block-based coding languages to more complex text-based languages.
Small Basic doesn't have the possibility to continue a long line on the next line. A line has to be complete before the linefeed.
Why do you need such long lines? Is that e.g. for comments or long messages? In most cases that can be done in other ways.
Can you give an example what you want to do?