macro boot.janet on line 207, column 1 (assertf x fmt & args) Convenience macro that combines `assert` and `string/format`.
(assertf true "this sentence is %n" false) # => true