Multi-line comment

Comments can run multilines as well. Any characters between a pair of /* and */ are ignored.
>> sqrt(-3) /* square root of -3 --- this is a comment
               it will be a complex number --- this is still a comment
               the answer is double precision --- yet another comment
               we're now done commenting */

   0 + 1.732050808i

Shang interpreter can recognize five levels of nested comments.



oz 2009-12-22