How do to block comments in Liberty Basic? -


each day has own data, , need run science stuff without using recent data.

basically need block comment out. how done in liberty basic?

liberty basic not support multi-line comments. supports these 2 single line formats:

'this comment rem comment 

so best alternative repeatedly type: ' + down arrow + left arrow

some basic programming languages support multi-line comments so:

/' multi-line comment '/ 

Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c++ - Using OpenSSL in a multi-threaded application -

All overlapping substrings matching a java regex -