Hi All,

Here is what I have, I want to print everything inside of start, how do I do that?

start(p10:1533600 p100:24602400 p101:25207200 p102:25812000 p103:26416800 p104:27021600 p105:27626400 p106:28231200 p107:28836000 p108:29440800 ,,,)

I try this:

{ForAll X
             proc {$ F}
              {System.show 'F'}
              {System.show F}
              {System.show '{Label F}'}
              {System.show {Label F}}
                   {ForAll {CondSelect F start nil}
                     proc {$ V}
                   {System.show 'In CondSelect'}
                   {System.show V}
                   end}
             end}

but it never enters CondSelect. I know this is a newbie question, but please help me anyway :)


_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to