Contents of file named xample


* Contents of file "xample"
setbb inp "one two three and the rest"

while read inp a b c d   ;* bb variable read is %inp%
   message "a is $a$"    ;* note $a$-$d$ macro vars, not bb vars
   message "b is $b$"
   message "c is $c$"
   message "and d is '$d$'"
enddo