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

Reply via email to