1 2 3 4 5 6 7 8 9
(include *strict-cl-21*) (import std.assert exposing assert) (export (X) (assign less-than-x (- X 13) (assert less-than-x X) ) )