mirror of
https://github.com/KarolS/millfork.git
synced 2026-04-22 00:17:03 +00:00
Added #infoeval preprocessor directive
This commit is contained in:
@@ -114,6 +114,11 @@ Emits a diagnostic message.
|
||||
`#warn` emits a warning. It may be treated as an error depending on compilation options.
|
||||
`#info` emits a benign diagnostic message.
|
||||
|
||||
### `#infoeval`
|
||||
|
||||
#infoeval <expr>
|
||||
|
||||
Evaluates an expression and emits the result as a diagnostic message.
|
||||
|
||||
### `#use`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user