mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-21 02:23:20 +00:00
7 lines
150 B
Text
7 lines
150 B
Text
$a = "<<abc>>";
|
|
$t = "<<a\tb>>";
|
|
$n = "<<a\nb>>";
|
|
$sl = "<<a\\b>>";
|
|
$quote = "<<a\"b>>";
|
|
$B = "<<a\102b>>";
|
|
$C = "<<a\x42b>>";
|