pythonizer icon indicating copy to clipboard operation
pythonizer copied to clipboard

The functions ord, chr, print, and say should default to $_ if no arg is given

Open snoopyjc opened this issue 3 years ago • 1 comments

The functions ord, chr, print, and say should default to $_ if no arg is given. For print and say, giving one arg FH should also print $_ when FH is a bareword. Instead, bad code is generated.

snoopyjc avatar Nov 21 '21 06:11 snoopyjc

Fixed in https://github.com/snoopyjc/pythonizer

snoopyjc avatar Feb 07 '22 16:02 snoopyjc