Compare commits
No commits in common. "d3ff38642a0a76a61dbacda0942c5d822590068c" and "989c858e808075868df0aa1dfafc1256f0dc3eec" have entirely different histories.
d3ff38642a
...
989c858e80
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
__pycache__/
|
__pycache__/
|
||||||
*.rdbx
|
|
||||||
|
@ -4,10 +4,10 @@ call RxFuncAdd 'SysGethostname', 'rxunixsys', 'SysGethostname'
|
|||||||
call RxFuncAdd 'SysUname', 'rxunixsys', 'SysUname'
|
call RxFuncAdd 'SysUname', 'rxunixsys', 'SysUname'
|
||||||
*/
|
*/
|
||||||
If RxFuncQuery("SockDropFuncs") then
|
If RxFuncQuery("SockDropFuncs") then
|
||||||
Do
|
do
|
||||||
rc = RxFuncAdd("SockLoadFuncs","rxsock","SockLoadFuncs")
|
rc = RxFuncAdd("SockLoadFuncs","rxsock","SockLoadFuncs")
|
||||||
rc = SockLoadFuncs()
|
rc = SockLoadFuncs()
|
||||||
End
|
end
|
||||||
|
|
||||||
Say 'Hello, World!'
|
Say 'Hello, World!'
|
||||||
Say "This PID : " || SysGetPid()
|
Say "This PID : " || SysGetPid()
|
||||||
|
Loading…
Reference in New Issue
Block a user