?split-lines ( str/f -- seq ) (original) (raw)

?split-lines ( str/f -- seq )

Vocabulary
html.components

Inputs

str/f an object

Outputs

seq an object

Definition

USING: sequences splitting ;

IN: html.components

: ?split-lines ( str/f -- seq )
[ { } ] [ split-lines ] if-empty ;