document suffixes
This commit is contained in:
parent
05cbc2029d
commit
c3f03d97b0
|
@ -62,6 +62,7 @@ $ fermi
|
||||||
beta: beta alpha beta
|
beta: beta alpha beta
|
||||||
Variable assignment: =: variable_name
|
Variable assignment: =: variable_name
|
||||||
Variable assignment and clear stack: =. variable_name
|
Variable assignment and clear stack: =. variable_name
|
||||||
|
Suffixes: %, K, M, B, T
|
||||||
Special commands:
|
Special commands:
|
||||||
Comment: # this is a comment
|
Comment: # this is a comment
|
||||||
Summary stats: stats
|
Summary stats: stats
|
||||||
|
@ -191,6 +192,7 @@ Done:
|
||||||
- [x] Figure out how to make models executable, by adding a #!/bin/bash-style command at the top?
|
- [x] Figure out how to make models executable, by adding a #!/bin/bash-style command at the top?
|
||||||
- [x] Make -n flag work
|
- [x] Make -n flag work
|
||||||
- [x] Add flag to repeat input lines (useful when reading from files)
|
- [x] Add flag to repeat input lines (useful when reading from files)
|
||||||
|
- [x] Add percentages
|
||||||
|
|
||||||
To (possibly) do:
|
To (possibly) do:
|
||||||
|
|
||||||
|
@ -202,6 +204,7 @@ To (possibly) do:
|
||||||
- [ ] Represent samples/statistics in some other way
|
- [ ] Represent samples/statistics in some other way
|
||||||
- [ ] Perhaps use qsort rather than full sorting
|
- [ ] Perhaps use qsort rather than full sorting
|
||||||
- [ ] Program into a small device, like a calculator?
|
- [ ] Program into a small device, like a calculator?
|
||||||
|
- [ ] Units?
|
||||||
|
|
||||||
Discarded:
|
Discarded:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user