Previous Topic: Stop ACL/E ProgramNext Topic: Explanation


A Program That Says Hello

The ACL/E program shown below introduces you to programming with ACL/E. This program types the words "Hello, ACL/E" at your terminal.

KEY 'Hello, ACL/E' 
STOP