Re: Multi-line comments
- Posted by ScriptBasic Mar 01, 2009
- 992 views
I had mention this idea in another thread and is how ScriptBasic does multi-line stings and comments.
A$ = """This is "a" mult-line string""" '"""This is ('a') multi-line comment"""
Anything between the """ and """ is verbatim.