UnrealScript - "Hello, World" Example

"Hello, World" Example

The following is a hello world example using the syntax of UnrealScript.

class HelloWorld extends GameInfo; event InitGame( string Options, out string Error ) { `log( "Hello, world!" ); }

The following text will be printed to the output console when HelloWorld is initializing:

Hello, world!

Read more about this topic:  UnrealScript

Famous quotes containing the word world:

    The conviction that the best way to prepare children for a harsh, rapidly changing world is to introduce formal instruction at an early age is wrong. There is simply no evidence to support it, and considerable evidence against it. Starting children early academically has not worked in the past and is not working now.
    David Elkind (20th century)