miller/doc/data/newline-example.txt
2016-06-07 21:34:31 -04:00

9 lines
90 B
Text

mlr put '
$x = 1
$y = 2 # Syntax error
'
mlr put '
$x = 1;
$y = 2 # This is OK
'