====== HAI WORLD ====== HAI CAN HAS STDIO? VISIBLE "HAI WORLD!" KTHXBYE [[http://www2.latech.edu/~acm/HelloWorld.shtml|Hello World]] is pretty much the only way to introduce a language. We see four syntax elements in four lines: * [[keywords:HAI]] and [[keywords:KTHXBYE]] are the start and stop block delimiters. * [[keywords:CAN HAS]] is a feature request, like ''require'' or ''include''. * [[keywords:VISIBLE]] is a print statement.