%foo<bar>

is really

    %foo{'bar'}

and
    :foo<bar>

is actually

    :foo('bar')

naturally,

    :foo<bar>, 'baz'

is

    :foo('bar'), 'baz'

but is

    reverse<bar>, 'baz'

then
    
    reverse('bar'), 'baz'

? And if that is so, then is

    reverse <bar>, 'baz'

any different?


Juerd
-- 
http://convolution.nl/maak_juerd_blij.html
http://convolution.nl/make_juerd_happy.html 
http://convolution.nl/gajigu_juerd_n.html

Reply via email to