Comments
sdlBasic allow several options for comment lines.
You may chose to use the accent character to start comment lines like shown in the following example:
' this is a comment
or you may want to use C++ style comment lines:
// this is a comment
or the Macromedia Director style comment lines:
-- this is a comment
NOTE
sdlBasic allow the using # (pounds) character as comment line but this is only valid for the very first line on code.
# first line commenet