Hi,

comments in code - some like them, some need them, some hate them...

In thinBASIC you can do both single line comments and multi line ones:
' I am single line

/*
  I am
  multi
  line
*/
...but when does it make sense to comment? Check the article from Google, it has some good points:
https://testing.googleblog.com/2017/...o-comment.html


Petr