3 lines
90 B
Perl
3 lines
90 B
Perl
|
for (print "Type q to quit.\n"; <> ne "q\n"; print
|
||
|
"Don't you want to quit?\n") {}
|