Sha256: 68c88b2d22a93d686d7fcd85a36fd10763fef6a42b75ecc0c2f1d61b67213877

Contents?: true

Size: 432 Bytes

Versions: 10

Compression:

Stored size: 432 Bytes

Contents

NOTE:  Integer BASIC was written (and hand-assembled by Woz himself) for the Apple 1 and original Apple 2.  The Apple 1 has NO support for lower-case letters, and it was an expensive (and later) option on the Apple 2.  This example accurately represents the only reasonable solution for those target devices, and therefore cannot be "fixed", only deleted.

<syntaxhighlight lang="integer basic">   10 PRINT "Hello world!"
   20 END

Version data entries

10 entries across 7 versions & 1 rubygems

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