Try OpenEdge Now
Developing WebSpeed Applications
SpeedScript
:
Elements of SpeedScript syntax
:
Comments
Comments
A WebSpeed application can also contain nonexecutable comments wherever you can put white space (except in quoted strings). Each comment begins with
/*
and terminates with
*/
, and you can nest comments within other comments.