1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-22 00:17:03 +00:00

Add sizeof operator

This commit is contained in:
Karol Stasiak
2018-12-16 15:43:17 +01:00
parent badd7ef1d8
commit cd8697552c
8 changed files with 128 additions and 36 deletions
+2
View File
@@ -238,5 +238,7 @@ but not
`word``byte`
some enum → `word`
* `sizeof`: size of the argument in bytes; the argument can be an expression or a type,
and the result is a constant of either `byte` or `word` type, depending on situation