on my way
How can I test that Novalue is recognized here:

::method "test_3"
  str='ABC'
   self~assertSame(str[A],'C')

it´s this the best way?

::method "test_3"
   Signal On Novalue
   self~expectSyntax(16.1)
   self~assertSame(str[A],'C')

Can I establish Novalue globally??

Walter Pachl

------------------------------------------------------------------------------
Slashdot TV.  Videos for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to