Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 236 Bytes

File metadata and controls

10 lines (8 loc) · 236 Bytes

SET

Syntax

<symbol> set <expression>

Description

Create a new symbol with the name <symbol> and assign the value of <expression>. If <symbol> is already assigned, it will contain a new value from now on.