MicroStation CONNECT Edition Help

Comments

The most basic statement of the design script language is the comment. This comment begins with the '#', '!', or ';' character and continues to the end of the current line. Comments are used to improve a design script's readability and to document its operation. They do not impact the operation of the design script. Below are examples of valid comments within a design script.

# This is a sample comment 
color = "red" ; This is also a comment