in reply to Super Spaceship Operator
in thread lp.hpajnilap.palinjaph.pl
And the comma is superfluous.print <<=>> 1; text print "done\n"; # is actually print << "BLANK_LINE" => > 1; text BLANK_LINE print "done\n"; # is actually print << "BLANK_LINE", > 1; text BLANK_LINE print "done\n";
|
|---|