Planned⎕Assert
Assert r←[x] ⎕Assert y
This primitive or feature is planned, that is, it doesn't appear in the most recent released implementation of TinyAPL. Details may change before it is added!
Category: Core
x
must be a character vector, and defaults to the empty vector.
If 0∊y
, fails with an assertion error with message x
. Otherwise, r
is 1
.