diff options
Diffstat (limited to 'src/boot')
-rw-r--r-- | src/boot/ast.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/ast.boot b/src/boot/ast.boot index b0ca0ec4..e42b0a7b 100644 --- a/src/boot/ast.boot +++ b/src/boot/ast.boot @@ -103,7 +103,7 @@ structure %Ast == Definition(Name, List, Ast, Ast) -- f x == y Macro(Name, List, Ast) -- m x ==> y SuchThat(Ast) -- | p - Assignment(Ast, Ast) -- x := y + %Assignment(Ast, Ast) -- x := y While(Ast) -- while p -- iterator Until(Ast) -- until p -- iterator For(Ast, Ast, Ast) -- for x in e by k -- iterator |