Advertising
advertising
related pastes to tag 'value'
- 1386893 - silly way of having default valu: default silly rc value plan9 variable
-
- # \p $(n): variable name
- # \p $(n+1): default value
- fn def {
- while (! ~ $#* 0) {
- if (~ $#$1 0)
- $1=$2
- shift 2
- }
- 987321 - present value calculation crap: present value
-
- % Simple present value calculation program
- var R : real
- var i : real
- var n : real
- var c : real
- var res : real