Re: Just a little question before 4.0 will be released
- Posted by ScriptBasic Feb 22, 2009
- 952 views
In ScriptBasic, the """ quotes allow multi-line strings and comments.
PRINT """ This is a multi-line string."""
'""" This is a multi-line comment"""
This is a real time saver for the HTML part of CGI applications.
John