Skip to content

aegwenia/jik/conditions-logic

Frontier Unlock 45 Ideal 60 CC0 1.0

Conditions and short-circuit logic

Branch and compose predicates while preserving the value of the selected form.

Acquire to open

Theory, examples, assessment, and private test answers stay inside the acquired repository copy.

Log in to acquire

Public source

Released under CC0 by the five-year publication rule.

(cond [(and (#> 4 2) (#< 1 2)) 42] [else 0])