diff options
Diffstat (limited to 'implementation')
| -rw-r--r-- | implementation/vm.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/implementation/vm.md b/implementation/vm.md index 502669b8..3229eae3 100644 --- a/implementation/vm.md +++ b/implementation/vm.md @@ -125,8 +125,8 @@ The contents of a core runtime are given below. The names given are those used i | 0 | `Type` | `β’Type` | 1 | `Fill` | Get or set the fill value for array `π©` | 2 | `Log` | `ββΌ` (natural or base-`π¨` logarithm) for atomic arguments -| 3 | `GroupLen` | `β Β¨βπ©` for a valid list `π©` -| 4 | `GroupOrd` | `βΎβπ©` provided `π¨` is `GroupLen π©` +| 3 | `GroupLen` | `β Β¨βπ©` for a valid list `π©`, with minimum length `π¨` +| 4 | `GroupOrd` | `βΎβπ©` provided `π¨` is `l GroupLen π©` (any `l`) | 5 | `!` | | 6 | `+` | On two atoms | 7 | `-` | On one or two atoms @@ -159,7 +159,7 @@ GroupLen and GroupOrd, short for Group length and Group order, are used to imple l β Β―1 βΒ΄ π© r β (l+1) β₯ 0 { (π©βr) +β© 1 }β(0βΈβ€)Β¨ π© - r + (π¨ββ r) β r } GroupOrd β { |
