assure-small ( ch -- ch )


Vocabulary
quoted-printable.private

Inputs
chan object


Outputs
chan object


Definition


: assure-small ( ch -- ch )
dup 256 <
[ "Cannot quote a character greater than 255" throw ] unless
;