Retourner au contenu associé (journal : Lisaac: sorti de la 0.39beta)
Posté par allcolor le 03 décembre 2009 à 13:00. En réponse au journal Lisaac: sorti de la 0.39beta. Évalué à 1.
Io has no keywords or statements. Everything is an expression composed entirely of messages, each of which is a runtime accessible object. The informal BNF description: exp ::= { message | terminator } message ::= symbol [arguments] arguments ::= "(" [exp [ { "," exp } ]] ")" symbol ::= identifier | number | string terminator ::= "\n" | ";"
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: 2 mots clefs... ou pas
Posté par allcolor . En réponse au journal Lisaac: sorti de la 0.39beta. Évalué à 1.
http://www.iolanguage.com/scm/git/checkout/Io/docs/IoGuide.h(...)
Io has no keywords or statements. Everything is an expression composed entirely of messages, each of which is a runtime accessible object. The informal BNF description:
exp ::= { message | terminator }
message ::= symbol [arguments]
arguments ::= "(" [exp [ { "," exp } ]] ")"
symbol ::= identifier | number | string
terminator ::= "\n" | ";"