Shell one-liner: Difference between revisions

m
(added Quackery via Python 3.)
Line 618:
As Quackery is implemented as a Python 3 function, assuming that quackery.py is in the module search path:
 
<lang bash>python3 -c 'import quackery ; quackery.quackery(r""" say '\''hello'\'' cr """)'</lang>
 
=={{header|R}}==
1,462

edits