The Hyper Programming Language

Hello World Example

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

More Info

For information about the language, go to the language reference. The following links provide information about things used in the example above:

Other examples


Valid HTML 4.01 Strict Valid CSS!