Launch jaql shell. Input "[[1,2]];". The output for jaql shell is as:
[
[
1,
2
]
]
Input "[[1,2]]->write(file("f"));". The content of file "f" is as:
[[
1,
2
]]
We should have a consistent output format for both jaql shell and write
function.
Original issue reported on code.google.com by yaojingguo@gmail.com on 14 Oct 2009 at 2:38
Original issue reported on code.google.com by
yaojingguo@gmail.com
on 14 Oct 2009 at 2:38