Core library for behaviors, providing basic actions like setting numbers, comparisons, and checking results.
Core library for behaviors, providing basic actions like setting numbers, comparisons, and checking results.
A map of core action functions.
:set-nummber [field-name value]
Sets a number to a specified field in the context.
ARGUMENTS:
:compare [field-name comparator value]
Compares a field value with a given value using a specified comparator.
ARGUMENTS:
:last-result-is-true
Checks if the last result in the context is true.
:last-result-is-not-true
Checks if the last result in the context is not true
A map of core action functions. :set-nummber [field-name value] Sets a number to a specified field in the context. ARGUMENTS: - field-name: The name of the field in the context where the number will be set. - value: The number value to set. :compare [field-name comparator value] Compares a field value with a given value using a specified comparator. ARGUMENTS: - field-name: The name of the field in the context to compare. - comparator: The comparison operator (e.g., '>'). - value: The value to compare against. :last-result-is-true Checks if the last result in the context is true. :last-result-is-not-true Checks if the last result in the context is not true
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close