1 | Word Language |
2 | |
3 | [Quotes] ysh-string "$x" r'[a-z]\n' u'line\n' b'byte \yff' |
4 | triple-quoted """ r''' u''' b''' |
5 | X tagged-str "<span id=$x>"html |
6 | [Substitutions] expr-sub echo $[42 + a[i]] |
7 | expr-splice echo @[split(x)] |
8 | var-splice @myarray @ARGV |
9 | command-sub @(split command) |
10 | [Formatting] X ysh-printf ${x %.3f} |
11 | X ysh-format ${x|html} |