[icode]HAI[/icode] is like the opening of the program, all LOLCODE words represent pretty much there meaning
HAI - hello, like a new coversation
CAN HAS - Can I have
KTHXBYE - Ok i am done now, thanks bye
AWSUM THX - it returned true, in this case, the file “LOLCATS.txt” was found
O NOES - something returned false - in this case, the file “LOLCATS.txt” was invalid
VISIBLE - make this visible for the user
INVISIBLE - like a System.out.println(); in your code for debugging purposes
in other words, try and translate it to engligh
before
HAI
CAN HAS STDIO?
VISIBLE "HAI WORLD!"
KTHXBYE
translated
new program
import STDIO
display message box "HAI WORLD"
terminate program.