From bbdb11e999c5ee6cee7377102b1c8b4566f757e6 Mon Sep 17 00:00:00 2001 From: Attila Magyar Date: Thu, 14 Oct 2021 18:15:15 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 69182ee..9236ece 100644 --- a/README.md +++ b/README.md @@ -525,9 +525,11 @@ A shorter way to do the same is to use `+json-type` on the map. ```forth udp-send-byte ( host port byte -- 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 ```forth