/* rexx */
Trace i
Say .methods~HELLO
Exit
::constant  HELLO   'The computer says:'
---------
Gives 
     3 *-* Say .methods~HELLO
       >E>   .METHODS => "a Directory"
       >M>   "HELLO" => "a Method"
       >>>   "a Method"
a Method
     5 *-* Exit

I expected the say .methods~HELLO statement to return the value of the constant 
HELLO
/hex
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to