"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:
“Who wants a world in which the guarantee that we shall not die of starvation entails the risk of dying of boredom?”
—Raoul Vaneigem (b. 1934)