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
afbfd65b1c
commit
0a49c3f212
1 changed files with 1 additions and 2 deletions
|
@ -530,13 +530,12 @@ udp-send-lst ( host port lst -- n )
|
||||||
|
|
||||||
### Examples
|
### Examples
|
||||||
|
|
||||||
````forth
|
```forth
|
||||||
'192.168.0.10' 8070 'A' udp-send-str \ send letter 'A' via UDP to 192.168.0.10:8070
|
'192.168.0.10' 8070 'A' udp-send-str \ send letter 'A' via UDP to 192.168.0.10:8070
|
||||||
|
|
||||||
'192.168.0.10' 8070 65 udp-send-byte \ same as above but the payload is a single byte
|
'192.168.0.10' 8070 65 udp-send-byte \ same as above but the payload is a single byte
|
||||||
|
|
||||||
'192.168.0.10' 8070 [ 65 ] udp-send-lst \ same as above the payload is a list
|
'192.168.0.10' 8070 [ 65 ] udp-send-lst \ same as above the payload is a list
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Misc
|
## Misc
|
||||||
|
|
Loading…
Reference in a new issue