Shell one-liner: Difference between revisions

m
No edit summary
Line 247:
 
=={{header|Icon}} and {{header|Unicon}}==
 
These examples work with posix shells.
 
<lang icon>echo "procedure main();write(\"hello\");end" | icont - -x</lang>