Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 221 Bytes

File metadata and controls

10 lines (8 loc) · 221 Bytes

EQU

Syntax

<symbol> equ <expression>

Description

Define a new program symbol with the name <symbol> and assign to it the value of <expression>. Defining <symbol> twice will cause an error.