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:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user