Sha256: 62cfe81148259e5237ab19c822533688f52a47e95f88bd2cd6670ede708fd7e9
Contents?: true
Size: 234 Bytes
Versions: 1
Compression:
Stored size: 234 Bytes
Contents
v := SToI(PmS(0)) b := STI(PS(1)) PL(F('% + % = %', [, b, + b])) PL(F('% - % = %', [, b, - b])) PL(F('% * % = %', [, b, * b])) PL(F('% % = %', [, b, b])) PL(F('% % = %', [, b, b])) PL(F('% ^ % = %', [, b, Tuc(P(, b))]))
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zettacode-0.1.0 | zettacode.files/arithmetic.integer/dwscript.txt |