Share via

Small Basic - word wrap

Tinkerer 1 Reputation point
2021-12-07T23:34:13.337+00:00

Small Basic does not appear to have any settings menu.

How do I ensure that the code is word wrapped?

Thanks
Tinkerer

Developer technologies | Small BASIC
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.

0 comments No comments

1 answer

Sort by: Most helpful
  1. WhTurner 1,616 Reputation points
    2021-12-08T12:16:55.84+00:00

    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?

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.