"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 mans faculty for grasping the world by thought, in contradiction to intelligence, which is mans ability to manipulate the world with the help of thought. Reason is mans instrument for arriving at the truth, intelligence is mans instrument for manipulating the world more successfully; the former is essentially human, the latter belongs to the animal part of man.”
—Erich Fromm (19001980)