macro /usr/local/lib/janet/spork/misc.janet on line 404, column 1 (until cnd & body) Repeat `body` while the `cnd` is false. Equivalent to (while (not cnd) ;body).