Just in time processing on a character stream: Difference between revisions

(→‎{{header|jq}}: .out = $c)
Line 694:
| if .f == ui.formFeed and .l == ui.lineFeed and .t == ui.tab and .s == ui.space
then if $c == "!" then .return = false
else .out += $c
| .return = true
end
Line 723:
Silence-Dogood.
</pre>
 
 
=={{header|Julia}}==
2,497

edits