░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/usr/share/doc/bc/examples
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: ckbook.b
scale=2 print "\nCheck book program!\n" print " Remember, deposits are negative transactions.\n" print " Exit by a 0 transaction.\n\n" print "Initial balance? "; bal = read() bal /= 1 print "\n" while (1) { "current balance = "; bal "transaction? "; trans = read() if (trans == 0) break; bal -= trans bal /= 1 } quit
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 ckbook.b
B
330 B
2000-07-07 23:34
EDIT
📄 pi.b
B
1.2 KB
2000-07-07 23:34
EDIT
📄 primes.b
B
633 B
2000-07-07 23:34
EDIT
📄 twins.b
B
710 B
2000-07-07 23:34
EDIT