Next: Flow control, Previous: Basics, Up: Basics [Contents]
1.1 Simple Statements
An interpreter immediately executes each line you type. Most Yorick input lines define a variable, invoke a procedure, or print the value of an expression.
• Define variable | ||
• Call procedure | ||
• Print expression |