| Preprocesseur | |
| Migration notes | |
| Variable definition |
|
| Boolean expression |
|
| Conditions [!if, !else, !elseif, !endif] |
|
| While loop [!while, !endwhile] |
|
| Procedure [!procedure, !endprocedure] |
|
| Return function [!function, !endfunction] |
|
| Default argument value |
|
| Unquoted procedure or function [!unquoted] |
|
| Keywords arguments |
|
| Including files or URL [!include, !include\_many, !include\_once] |
|
| Including Subpart [!startsub, !endsub, !includesub] |
|
| Builtin functions [%] |
|
| Logging [!log] |
|
| Memory dump [!memory_dump] |
|
| Assertion [!assert] |
|
| Building custom library [!import, !include] |
|
| Search path |
|
| Argument concatenation [##] |
|
| Dynamic invocation [``%invoke_procedure()``, ``%call_user_func()``] |
|
| Evaluation of addition depending of data types [+] |
|
| Preprocessing JSON |
|