From c37f29da8fdce9efd65798cbaa2e98816c74b4d6 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Sat, 15 Mar 2025 16:48:33 +0000 Subject: [PATCH] testing commit --- projects/oorexx/hello.rex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/oorexx/hello.rex b/projects/oorexx/hello.rex index d55d776..98a4841 100644 --- a/projects/oorexx/hello.rex +++ b/projects/oorexx/hello.rex @@ -4,10 +4,10 @@ call RxFuncAdd 'SysGethostname', 'rxunixsys', 'SysGethostname' call RxFuncAdd 'SysUname', 'rxunixsys', 'SysUname' */ If RxFuncQuery("SockDropFuncs") then - do + Do rc = RxFuncAdd("SockLoadFuncs","rxsock","SockLoadFuncs") rc = SockLoadFuncs() - end + End Say 'Hello, World!' Say "This PID : " || SysGetPid()