Differences

This shows you the differences between two versions of the page.

Link to this comparison view

cfl_reference [2019/01/30 09:22]
127.0.0.1 external edit
cfl_reference [2020/05/18 10:56] (current)
pkrishnamoorthy
Line 1: Line 1:
- 
- 
- 
- 
 The Cyrious Formula Language, or **CFL**, is the core of the Control pricing engine. All calculations occur within the constructs of CFL and knowing how to configure your pricing within Cyrious Control will require familiarization with this component. The Cyrious Formula Language, or **CFL**, is the core of the Control pricing engine. All calculations occur within the constructs of CFL and knowing how to configure your pricing within Cyrious Control will require familiarization with this component.
  
- +This manual intends to introduce the Control User to the CFL language, including the language syntax, the type of information it can work with, built-in formulas, and more. Power programmers as well as those barely familiar with Microsoft Excel work equally well with CFL as easily as if it were a calculator.
- +
-This manual intends to introduce the Control User to the CFL language, including the language syntax, the type of information it can work with, built-in formulas, and more. Power programmers as well as those barely familiar with Microsoft Excel work equally well with CFL as easily as if it were a calculator.  +
- +
  
 Much of the complexity of pricing comes from the fact that most systems are not designed for items like counting words or letters, working in multiple units, and giving textual as well and numeric information. CFL's programming addresses these issues. Much of the complexity of pricing comes from the fact that most systems are not designed for items like counting words or letters, working in multiple units, and giving textual as well and numeric information. CFL's programming addresses these issues.
  
 +== CFL Manual ==
  
- 
-==CFL Manual== 
   * CFL Ch 1-Introduction (omitted - text above)   * CFL Ch 1-Introduction (omitted - text above)
-  * [[cfl_ch_2-the_cfl_language]] +  * [[:cfl_ch_2-the_cfl_language|]] 
-  * [[cfl_ch_3-formulas_and_functions]] +  * [[:cfl_ch_3-formulas_and_functions|]] 
-  * [[cfl_ch_4-constants]] +  * [[:cfl_ch_4-constants|]] 
-  * [[cfl_ch_5-variables]] +  * [[:cfl_ch_5-variables|]] 
-  * [[cfl_ch_6-property_references]] +  * [[:cfl_ch_6-property_references|]] 
-  * [[cfl_ch_7-backus-naur_form]] +  * [[:cfl_ch_7-backus-naur_form|]]
- +