Prec not working

This commit is contained in:
Meyer Simon
2025-03-07 12:36:06 -05:00
parent e32b8758b5
commit 06764ad9b3
2 changed files with 18 additions and 14 deletions

View File

@ -0,0 +1,4 @@
entry(arg) := {
[integer:x]
x := 3 + 2 * 8;
}