If one didn't want to use up the 'gold' of single brackets  ... 
 
 
first, does one need the brackets at all?  I've often thought as commas in
Rexx as being a list notation, in effect, so perhaps:
 
  a=1, 2, 3
 
or
 
  do x over 23, 34, 45
 
Or, to save single-square-brackets one could go Wikipedia-like:
 
  a=[[1, 2, 3]]
 
etc ...
 
Mike
------------------------------------------------------------------------------
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to