JanetDocsSourcePlaygroundI'm feeling luckyCommunityGitHub sign in

if-not

core-api


    macro
    boot.janet on line 227, column 1

    (if-not condition then &opt else)

    Shorthand for `(if (not condition) else then)`.


0 examplesSign in to add an example
Loading...