JanetDocsSourcePlaygroundI'm feeling luckyCommunityGitHub sign in

assertf

core-api


    macro
    boot.janet on line 207, column 1

    (assertf x fmt & args)

    Convenience macro that combines `assert` and `string/format`.


1 exampleSign in to add an example
Loading...
(assertf true "this sentence is %n" false)
# => true
sogaiuPlayground