fixed weird error messages when attempting to create variable with type long

This commit is contained in:
Irmen de Jong
2024-11-23 21:35:57 +01:00
parent 88574c87c4
commit a58cb43c4a
3 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,6 @@
TODO
====
fix weird error messages for long vars long @shared foo2 = 123456
what to do with bnk(): it's an awkward name but bank() is too general a name and will forbid you to use 'bank' as a variable...
add a function like addr() or lsw() to complement bnk() in getting easy access to the lower 16 bits of a long integer?