I will take a look at this for J602.

----- Original Message ----- From: "bill lam" <[EMAIL PROTECTED]>
To: "Programming forum" <[email protected]>
Sent: Sunday, May 20, 2007 4:01 AM
Subject: [Jprogramming] J601 15!:0 modifier > raise error


The modifier > for declarations that return pointer will raise error.
eg, J601 under win32
  'kernel32 LoadLibraryA x *c'&cd <'cat'
+-+---+
|0|cat|
+-+---+
  'kernel32 LoadLibraryA * *c'&cd <'cat'
+-+---+
|0|cat|
+-+---+
  'kernel32 LoadLibraryA > x *c'&cd <'cat'
0
  'kernel32 LoadLibraryA > * *c'&cd <'cat'
|domain error: cd
|       'kernel32 LoadLibraryA > * *c'&cd<'cat'

Is this a feature or a bug?

--
regards,
bill
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to