4 lines
116 B
Text
4 lines
116 B
Text
{% sys_parse_string(str, `,`) %} -> strings;
|
|
;;; print the vector
|
|
strings =>
|
|
** {'Hello' 'How' 'Are' 'You' 'Today'}
|