FILEZORZ
HAI CAN HAS STDIO? PLZ OPEN FILE "LOLCATS.TXT"? AWSUM THX VISIBLE FILE O NOES INVISIBLE "ERROR!" KTHXBYE
Some notes:
- PLZ … ? introduces a try/exception block.
- AWSUM THX introduces the block to execute on success with
PLZ. It is implicitly closed by…
- OPEN handles non-default-terminal-based I/O.
FILEin this case is simply a variable, a file handle for the LOLCATS.TXT file. - INVISIBLE is a print command to the debug console, commonly known as
STDERR.