The Hyper Programming Language |
home | language reference | compiler | hyper on launchpad |
This is the traditional "Hello World" example, which prints "Hello, World!" to the console and then exits.
import system.stdio class Hello static procedure main() system.Out.line("Hello, World!") end end
For information about the language, go to the language reference. The following links provide information about things used in the example above: