mirror of
https://github.com/zeroflag/fcl.git
synced 2025-01-11 20:01:10 +01:00
Update README.md
This commit is contained in:
parent
0cefcd104a
commit
bbdb11e999
1 changed files with 3 additions and 1 deletions
|
@ -528,6 +528,8 @@ udp-send-str ( host port str -- n )
|
||||||
udp-send-lst ( host port lst -- n )
|
udp-send-lst ( host port lst -- n )
|
||||||
```
|
```
|
||||||
|
|
||||||
|
All of the above words return an error code where 0 indicates success, -1 indicates unkonw host, -2 indicates network error.
|
||||||
|
|
||||||
### Examples
|
### Examples
|
||||||
|
|
||||||
```forth
|
```forth
|
||||||
|
|
Loading…
Reference in a new issue