miller/docs6/data/newline-example.txt
2021-05-24 00:11:53 -04:00

9 lines
90 B
Text

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