Single Line Comment in Basic-256 - Printable Version +- QP School (https://qomplainerzschool.lima-city.de) +-- Forum: Tutorials (https://qomplainerzschool.lima-city.de/forumdisplay.php?fid=3) +--- Forum: Basic-256 tutorials, examples and exercises (https://qomplainerzschool.lima-city.de/forumdisplay.php?fid=10) +--- Thread: Single Line Comment in Basic-256 (/showthread.php?tid=414) |
Single Line Comment in Basic-256 - Qomplainerz - 09-14-2020 Comments are ignored by the editor, because they`re only used for structuring the code and/or giving other programmers of your team or yourself a hint what a part of a code is about, or what you want to work on later etc. Single line comments are made as shown on the image below: |