Update README.md

This commit is contained in:
Attila Magyar 2021-10-14 18:15:15 +02:00 committed by GitHub
parent 0cefcd104a
commit bbdb11e999
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -525,9 +525,11 @@ A shorter way to do the same is to use `+json-type` on the map.
```forth ```forth
udp-send-byte ( host port byte -- n ) udp-send-byte ( host port byte -- n )
udp-send-str ( host port str -- n ) 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