Drop first line by tabasa

if {[string length [read stdin]] < 9} {puts "b\nc\nd"} else {puts "\nfoobar\n\nquchxzc\n\n"}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page