Sha256: ec97e170644f7f25a3f7fc11b02d5802703406716edc4d9613f92b72305661a0

Contents?: true

Size: 649 Bytes

Versions: 10

Compression:

Stored size: 649 Bytes

Contents

In “applicative” notation:
{{extern "manool.org.18/std/0.3/all"} in WriteLine[Out; "Hello world!"]}
OOPish notation (equivalent to the above, up to Abstract Syntax Tree):
{{extern "manool.org.18/std/0.3/all"} in Out.WriteLine["Hello world!"]}
LISPish notation (ditto):
{{extern "manool.org.18/std/0.3/all"} in {WriteLine Out "Hello world!"}}
Using a colon punctuator (ditto):
{{extern "manool.org.18/std/0.3/all"} in: WriteLine Out "Hello world!"}
Note that all semicolons, wherever allowed, are optional. The above example with all possible semicolons:
{{extern; "manool.org.18/std/0.3/all"} in: WriteLine; Out; "Hello world!"}

Version data entries

10 entries across 7 versions & 1 rubygems

Version Path
zettacode-0.1.7 files.zettacode/hello_world.text/manool.txt
zettacode-0.1.6 files.zettacode/hello_world.text/manool.txt
zettacode-0.1.6 files.zettacode2/hello_world.text/manool.txt
zettacode-0.1.5 files.zettacode/hello_world.text/manool.txt
zettacode-0.1.5 files.zettacode2/hello_world.text/manool.txt
zettacode-0.1.4 files.zettacode/hello_world.text/manool.txt
zettacode-0.1.4 files.zettacode2/hello_world.text/manool.txt
zettacode-0.1.3 files.zettacode/hello_world.text/manool.txt
zettacode-0.1.2 files.zettacode/hello_world.text/manool.txt
zettacode-0.1.1 zettacode.files/hello_world.text/manool.txt