KRASCHE
&
BYRNE
         ELZED  HOME       NEWS       DOCS       DOWNLOADS       LICENSING       SUPPORT       FAQ       ABOUT  US

What's An Elzed?
Features
Licensing
Downloads
Documentation
Elzed News
    ELZED 
 Documentation 
 The Details 
 API 

lzSetAllowImpliedMult

The 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
);

Parameters

bAllowImpliedMult
   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

   None.

Remarks

   This function must be called after lzClearContext, but before lzSetContext. The setting may not be changed for a given context once lzSetContext has been called.

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



  Copyright  ©  MMXXV  by  R R Le Cropane   •   All Rights Reserved   •   Terms of Use   •   Privacy Policy