Welcome Guest. Please Login or Register. Apr 5th, 2018, 10:08pm
ATTENTION MEMBERS: Conforums will be closing it doors and discontinuing its service on April 15, 2018. Ad-Free has been deactivated. Outstanding Ad-Free credits will be reimbursed to respective payment methods.
If you require a dump of the post on your message board, please come to the support board and request it.
would be cool to be able to remark serveral lines at one symbol like arduino IDE...
You can automatically comment (or un-comment) multiple lines by selecting them, right-clicking (or using Shift-F10) to bring up the context menu, and then selecting Add REMs or Remove REMs as appropriate. The end result is the same as it would be if you had added individual REMs, but in terms of keyboard or mouse effort it's even simpler than the syntax you listed.
As you may be aware, BBC BASIC (unusually) executes at run-time the very same program you see in the IDE's editor pane - even including the remarks! - so since the interpreter/run-time-engine has no 'multi-line comment' capability the IDE can't provide one either.