Includes and Comments
include Directives
- include(file_name)
- include(file_name,[list_of_formula_names])
Comments
- % This is a line comment
- /* This is a block
comment */
- Comments may occur between any two tokens
- System comments provide a convention for system specific annotations