miller/docs6/docs/data/newline-example.txt

9 lines
90 B
Text

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