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
70321b48c0
commit
7f1f409365
1 changed files with 1 additions and 1 deletions
|
@ -470,7 +470,7 @@ A shorter way to do the same is to use `+json-type` on the map.
|
||||||
|
|
||||||
```forth
|
```forth
|
||||||
: hue ( x y msec -- )
|
: hue ( x y msec -- )
|
||||||
10 / rount -> t -> y -> x
|
10 / round -> t -> y -> x
|
||||||
#[
|
#[
|
||||||
'on' true
|
'on' true
|
||||||
'xy' [ x y ]
|
'xy' [ x y ]
|
||||||
|
|
Loading…
Reference in a new issue