Sha256: a5dc1708f158a90cf2c92a1c2d40a7188436db380afc2b2ae95842531a4b04c1

Contents?: true

Size: 275 Bytes

Versions: 10

Compression:

Stored size: 275 Bytes

Contents

<syntaxhighlight lang="dibol-11">
          START     ;Hello World

          RECORD  HELLO
,         A11, 'Hello World'

          PROC
          XCALL FLAGS (0007000000,1)          ;Suppress STOP message

          OPEN(8,O,'TT:')
          WRITES(8,HELLO)
          END


Version data entries

10 entries across 7 versions & 1 rubygems

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