``` bash text="a b c" read a b c<<<"$text echo $a $b $c # actual code, no here-document! ``` is highlighted wrong:  see - http://tldp.org/LDP/abs/html/x17837.html - https://unix.stackexchange.com/questions/76402/command-line-instead-of - https://www.gnu.org/software/bash/manual/bashref.html#Here-Strings for information Origin information came from https://marketplace.eclipse.org/comment/5055#comment-5055