Arbortext IsoDraw > Macro Language Reference > Introduction > Language Basics > Comments
  
Comments
Comments give useful information to people who read your code, but are ignored by Arbortext IsoDraw. Even if you are the only person who will ever read your code it can be beneficial to include comments. It will make the code easier to understand when reviewing it in the future.
When Arbortext IsoDraw encounters a hash mark (#) within the code, everything from that hash mark to the end of the line is recognized as a comment.
#the next line draws an ellipse
create ellipse 113.34 112.99 99 23.5 27