Sha256: f417e5f927131c1cca9b6f7808e6592a7b649a0382d522257e7387d345725b62

Contents?: true

Size: 285 Bytes

Versions: 10

Compression:

Stored size: 285 Bytes

Contents

5 LET a=5: LET b=3
10 PRINT a;" + ";b;" = ";a+b
20 PRINT a;" - ";b;" = ";a-b
30 PRINT a;" * ";b;" = ";a*b
40 PRINT a;" / ";b;" = ";INT (a/b)
50 PRINT a;" mod ";b;" = ";a-INT (a/b)*b
60 PRINT a;" to the power of ";b;" = ";a^b

      <sha1>jmu2t0w01l2tasbm4sraa95rv96cj5t</sha1>
    
  

Version data entries

10 entries across 7 versions & 1 rubygems

Version Path
zettacode-0.1.7 files.zettacode/arithmetic.integer/zx_spectrum_basic.txt
zettacode-0.1.6 files.zettacode/arithmetic.integer/zx_spectrum_basic.txt
zettacode-0.1.6 files.zettacode2/arithmetic.integer/zx_spectrum_basic.txt
zettacode-0.1.5 files.zettacode/arithmetic.integer/zx_spectrum_basic.txt
zettacode-0.1.5 files.zettacode2/arithmetic.integer/zx_spectrum_basic.txt
zettacode-0.1.4 files.zettacode/arithmetic.integer/zx_spectrum_basic.txt
zettacode-0.1.4 files.zettacode2/arithmetic.integer/zx_spectrum_basic.txt
zettacode-0.1.3 files.zettacode/arithmetic.integer/zx_spectrum_basic.txt
zettacode-0.1.2 files.zettacode/arithmetic.integer/zx_spectrum_basic.txt
zettacode-0.1.1 zettacode.files/arithmetic.integer/zx_spectrum_basic.txt