From fa8d6b4d4a42610c2d8c6672af2f4ddeb86b03fb Mon Sep 17 00:00:00 2001 From: zeroflag Date: Thu, 14 Oct 2021 17:31:48 +0200 Subject: [PATCH] udp-send-lst --- src/main/res/raw/misc.forth | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/res/raw/misc.forth b/src/main/res/raw/misc.forth index b108b76..97448a5 100644 --- a/src/main/res/raw/misc.forth +++ b/src/main/res/raw/misc.forth @@ -59,4 +59,5 @@ var: juggler.steps 5 juggler.steps ! : wzd* ( stack1 stack2 -- list/nil ) >list* exchange >list* aux> juggler.steps @ juggler.exclude 2swap juggler.solve ; : udp-send-byte ( host port byte -- n ) :com.vectron.forthcalc.support.Udp/sendByte/Nis jvm-call-static ; -: udp-send-str ( host port byte -- n ) :com.vectron.forthcalc.support.Udp/sendStr/sis jvm-call-static ; \ No newline at end of file +: udp-send-str ( host port byte -- n ) :com.vectron.forthcalc.support.Udp/sendStr/sis jvm-call-static ; +: udp-send-lst ( host port lst -- n ) :com.vectron.forthcalc.support.Udp/sendLst/Tis jvm-call-static ; \ No newline at end of file