mirror of
https://github.com/zeroflag/fcl.git
synced 2025-01-12 20:01:25 +01:00
Update README.md
This commit is contained in:
parent
df00bdaf14
commit
9ae8eea299
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ For example, here we load first parameter into `n` and initialize a local varial
|
||||||
count @ ;
|
count @ ;
|
||||||
```
|
```
|
||||||
|
|
||||||
In the loop body we use two more locals to name the outut of the `/mod` which returns both the `quotient` and the `remainder` of a divide operation. We keep updating the `count` and in the end, we return its value.
|
In the loop body we use two more locals to name the output of the `/mod` which returns both the `quotient` and the `remainder` of a divide operation. We keep updating the `count` and in the end, we return its value.
|
||||||
|
|
||||||
### Implementation notes
|
### Implementation notes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue