| ELZED | Documentation | The Details | API |
| lzSetAllowImpliedMultThe lzSetAllowImpliedMult function controls whether or not implied multiplication is supported in a given context. Elzed allows implied multiplication by default. void lzSetAllowImpliedMult( | bool bAllowImpliedMult | | // pass TRUE to allow |
);
ParametersbAllowImpliedMult | | Pass TRUE to allow implied multiplication. Pass FALSE to disallow implied multiplication. When called with TRUE, Elzed will evaluate "2 2" as if it had been written "2 * 2". |
Return Value
Remarks
Versions | Introduced in Elzed 1.0.0 | | This page describes the version of lzSetAllowImpliedMult active in Elzed 2.5.0 (88: 2.5.0) |
See Also |
| |