Back

runner (clj)

(source)

macro

(runner & body)
Creates a runner block. The code inside the body of this macro will be translated into a state machine. At run time the body will be run as normal. This transform is only really useful for testing.

Examples