diff --git a/index.html b/index.html index 1970649..24089a0 100644 --- a/index.html +++ b/index.html @@ -268,7 +268,7 @@ h1 { background: #2080C0; color: white; padding:25px 5% 8px; margin: 4% 7% 0px;

The option inline in the command line options enables a syntax extension that allows you to use functions as if they were macros. This option is active by default.

-

This feature is in an experimental stage. Use at your own risk. Currently, inlined functions in loop conditions don't work properly.

+

This feature is in an experimental stage. Use at your own risk.

To declare a function as inline, add the word inline after the close parenthesis of the parameter list. For example, this definition:

@@ -283,10 +283,10 @@ h1 { background: #2080C0; color: white; padding:25px 5% 8px; margin: 4% 7% 0px;

Caveats: