parse-null ( data -- f )


Vocabulary
tnetstrings.private

Inputs
dataan object


Outputs
fan object


Definition


: parse-null ( data -- f )
[ f ] [ drop "Payload must be 0 length" throw ] if-empty ;