"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:
“By the by, if the English race had done nothing else, yet if they left the world the notion of a gentleman, they would have done a great service to mankind.”
—Gerard Manley Hopkins (18441889)