Sha256: 16dccf34b0ebfa2f2fb705cc36d132e740cd42d913fe0276f3ebff5b494d547b

Contents?: true

Size: 156 Bytes

Versions: 10

Compression:

Stored size: 156 Bytes

Contents

[ ( a b -- )
  2dup ." a+b = " + . cr  
  2dup ." a-b = " - . cr  
  2dup ." a*b = " * . cr  
  2dup ." a/b = " / . ." remainder " mod . cr  
] is mathops

Version data entries

10 entries across 7 versions & 1 rubygems

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