Sha256: f44f2a3a12fc3184c4544a6afd1ee7dbd4fc4281992f12859d2f17418f0d2695

Contents?: true

Size: 419 Bytes

Versions: 10

Compression:

Stored size: 419 Bytes

Contents

;
;       Hello world for DBL version 4 by Dario B.
;
                                PROC
;------------------------------------------------------------------
        XCALL FLAGS (0007000000,1)           ;Suppress STOP message

        OPEN (1,O,'TT:')
        WRITES (1,"Hello world")

        DISPLAY (1,"Hello world",10)
        DISPLAY (1,$SCR_MOV(-1,12),"again",10)  ;move up, right and print

        CLOSE 1
END

Version data entries

10 entries across 7 versions & 1 rubygems

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