"Hello World" Example
Although there are various forms of basic I/O, an example Hello world program using fast print:
> "Hello World!"Supporting Unicode, below is an internationalized example of introductions:
// International class; name and street class 国際( なまえ, Straße ) // set class name and street address नाम = なまえ شَارِع = Straße // Say who am I! function 言え >@"I am $(self.नाम) from ",self.شَارِع end end // all the people of the world! 民族 = [ 国際( "高田 Friederich", "台湾" ), 国際( "Smith Σωκράτης", "Cantù" ), 国際( "Stanisław Lec", "południow" ) ] for garçon in 民族: garçon.言えwhich, when evaluated, displays
I am 高田 Friederich from 台湾 I am Smith Σωκράτης from Cantù I am Stanisław Lec from południowRead more about this topic: Falcon (programming Language)
Famous quotes containing the word world:
“The fact is, that civilisation requires slaves.... Human slavery is wrong, insecure, and demoralising. On mechanical slavery, on the slavery of the machine, the future of the world depends.”
—Oscar Wilde (18541900)