Re: Conflicts with words
- Posted by Insolor Sep 10, 2012
- 1122 views
sergelli said...
Hello
What is the simplest way to solve problems like this:
C:\1usre\sockets\connect.exw:25 <0135>:: Syntax error - expected to see an expression, not a procedure success=close(sock) ^
Thanks in advance
Use the namespace qualifier:
success=sockets:close(sock)