Submodules
Constants
Procedures
if_else
Returns if_true if cond is true and otherwise returns if_false.
Arguments
cond - bool
if_true - any
if_false - any
Returns
any
if_else_lazy
Returns the result of calling if_true if cond is true and otherwise returns the result of calling if_false.
Arguments
cond - bool
if_true - || -> any
if_false - || -> any
Returns
any
poem
Arguments
Returns
str