"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:
“I was the world in which I walked, and what I saw
Or heard or felt came not but from myself;
And there I found myself more truly and more strange.”
—Wallace Stevens (18791955)