better error message for ambiguous multi-var initialization in vardecl

This commit is contained in:
Irmen de Jong
2024-04-08 22:36:00 +02:00
parent f88c29e083
commit 19ebc6d6b3
3 changed files with 14 additions and 5 deletions

View File

@@ -1,8 +1,6 @@
TODO
====
can we make ubyte x,y = cbm.SCREEN() work? (sugar for ubyte x,y // x,y=cbm.SCREEN() ?)
...