Allow REDEF for EQU constants

Fixes #853
This commit is contained in:
Rangi
2021-04-25 21:06:19 -04:00
committed by Eldred Habert
parent ee67f1039c
commit 8e4ba8d2e4
15 changed files with 99 additions and 6 deletions

View File

@@ -26,4 +26,5 @@ def constant equ 6*7 ; fails
redef string equs "there"
println "{string}"
redef constant equ 6*9 ; syntax error
redef constant equ 6*9
println constant