Back: Basics Forward: Define variable   FastBack: Basics Up: Basics FastForward: Flow control         Top: Yorick Contents: Table of Contents Index: Concept Index About: About this document

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.

1.1.1 Defining a variable  
1.1.2 Invoking a procedure  
1.1.3 Printing an expression