[solved] Comments over more lines

Hello all ;D
I know, this is very nOOb question, but I am a rookie in the development. Ok, my question is how I can set more lines as comment ?

Sorry for my englisch … I comes from germany ;D

Greetings
Bogus

Take a look at the shortcuts cheatsheet in the Tutorial (section B2)

The modifier key plus / wiil comment will toggle commenting/uncommenting the selected lines.

(If you make a mistake, remember modifier key plus Z will undo a mistake!

Also you can insert comment do…end around lines you wish to comment out.
uncommnent do…end will uncommnet them. You can put this around sections in a program.

1 Like

Thanks for your answer ;D