1
0
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:
Karol Stasiak
2018-09-28 22:41:57 +02:00
parent 35004220ca
commit f37696df5a
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -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`