docs/GDLC_manual.md in gdlc-2.5.4.0 vs docs/GDLC_manual.md in gdlc-2.5.4.1
- old
+ new
@@ -204,19 +204,19 @@
+ `numeric`
+ `percentage`
+ `text`
+ `datetime`
-TALK ABOUT NUMERIC PRECISION
+TODO: NUMERIC PRECISION
#### References
### DSMs
-DSM variables are a special subset of DPM variables. They are indicated by the
-`decision` keyword that begins the variable definition. Refer to the DPM variable
-description for further restrictions/applications.
+DSM variables are Decision Parameters, a special subset of DPM variables. They
+are indicated by the `decision` keyword that begins the variable definition.
+Refer to the DPM variable description for further restrictions/applications.
#### Definitions
decision dpm valueType identifier ["alias"];
@@ -260,11 +260,11 @@
- - -
## PowerLookups
### Definitions
-Need more info here.
+TODO: Need more info here.
Example needed.
### References
@@ -418,11 +418,11 @@
- - -
## Rulesets
### Definitions
-Missing info about 'PL' modifier keyword.
+TODO: Missing info about 'PL' modifier keyword.
ruleset InitAppraisedValue(continue)
rule SetAppraisedValue()
if(pLoanAmount == pLoanAmount)
@@ -588,12 +588,12 @@
the variable name with `<DPM> </DPM>` tags.
When using DPM variables within messages, if the DPM/DSM has an alias
defined, the alias must be used; the engine only recognizes/knows about the
alias.
-TODO:IS THIS STILL TRUE (ABOUT ALIASES)?
+TODO: IS THIS STILL TRUE (ABOUT ALIASES)?
-TODO:DISCUSS THE ABILITY TO UNDERSTAND ALIAS' WHEN PULLING FROM PLKS.
+TODO: DISCUSS THE ABILITY TO UNDERSTAND ALIAS' WHEN PULLING FROM PLKS.
Message definition statements must be terminated with a `;`.
Message definitions can only be used within the 'if-true' or 'if-false'
sections of rule definitions.