Hi there !
Can someone please tell me whats wrong with the following code ??
procedure test (oc,path)
local ds
if *oc > 0 then (
ds := "foobar "
write (*ds)
)
end
procedure main()
test("mama",9)
end
unicon -t icontest.icn tells me:
Parsing icontest.icn:
icontest.icn:5: # ";": missing right parenthesis
icontest.icn:6: # ")": too many closing curly braces
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Unicon-group mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unicon-group