JanetDocsSourcePlaygroundI'm feeling luckyCommunityGitHub sign in

spork/misc/until

spork


    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).


0 examplesSign in to add an example
Loading...