Class LazilyProvidedVars
java.lang.Object
com.twineworks.tweakflow.examples.LazilyProvidedVars
This class demonstrates providing data to user scripts only when they are needed.
Try running main and entering an expression like:
(if year_of_birth < 1985 then "old" else "little") .. " " .. first_name .. " " .. year_of_birth % 100
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LazilyProvidedVars
public LazilyProvidedVars()
-
-
Method Details
-
main
-