mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-24 02:36:15 +00:00
9 lines
90 B
Text
9 lines
90 B
Text
mlr put '
|
|
$x = 1
|
|
$y = 2 # Syntax error
|
|
'
|
|
|
|
mlr put '
|
|
$x = 1;
|
|
$y = 2 # This is OK
|
|
'
|