1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-12-16 13:09:09 +00:00

[language] replace constant symbols with a constant value check function

This commit is contained in:
Étienne Fildadut 2024-04-24 16:15:58 +02:00
parent b534a3c4a2
commit aaff625b6c
15 changed files with 31 additions and 37 deletions

View file

@ -5,7 +5,7 @@
--- text ---
| {}"d=" {}"2" {}" (2)" |
--- error ---
trying to change the value of constant d
can not set d = 5; constant value check failed
↳ from test/tests/symbol alias constant.ans:12:3 in call: d = 5
↳ from test/tests/symbol alias constant.ans:1:1 in block: :l = *[1, 2, 3]…
--# saved #--