changed equals to assign

This commit is contained in:
bronku 2025-11-22 00:33:48 +01:00
parent 87695ebb20
commit 6a66b63680
3 changed files with 5 additions and 5 deletions

View file

@ -1,9 +1,9 @@
IDENTIFIER hello
EQUALS
ASSIGN
NUMBER 42
NEWLINE
IDENTIFIER name
EQUALS
ASSIGN
STRING "world"
NEWLINE
IDENTIFIER x