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:

    Reason is man’s faculty for grasping the world by thought, in contradiction to intelligence, which is man’s ability to manipulate the world with the help of thought. Reason is man’s instrument for arriving at the truth, intelligence is man’s instrument for manipulating the world more successfully; the former is essentially human, the latter belongs to the animal part of man.
    Erich Fromm (1900–1980)