PreviousUpNext

12.15  ?? ::

The canonical layouts are

    condition   ??   expression   ::   expression;

    condition   ??   expression 
                ::   expression;

If neither of those work, use an if.


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext