miller/docs/data/newline-example.txt
2020-09-27 11:29:50 -04:00

9 lines
90 B
Text

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