Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 393 Bytes

define.md

File metadata and controls

16 lines (9 loc) · 393 Bytes

View this file with results and syntax highlighting here.

Leftwards Arrow ()

n ← v: Define

→full documentation

Defines a new variable with name n and value v.

Variable n must not already exist in the scope.

    ⊢ a ← 1

    ⊢ b ← 3‿3 ⥊ 5

    C ← ↑