Annotation of parser3/tests/176_dir/b.p, revision 1.1

1.1     ! misha       1: @CLASS
        !             2: b
        !             3: 
        !             4: @create[]
        !             5: $self.one_1[]
        !             6: $self.one_2[]
        !             7: $self.one_3[]
        !             8: $self.two_1[]
        !             9: $self.two_2[]
        !            10: $self.two_3[]
        !            11: 
        !            12: 
        !            13: @one[][locals;one_1]
        !            14: $one_1[one_1]  ^rem{ local }
        !            15: $one_2[one_2]  ^rem{ local because of 'locals' }
        !            16: $self.one_3[one_3]     ^rem{ not local }
        !            17: 
        !            18: @two[][two_1]
        !            19: $two_1[two_1]  ^rem{ local }
        !            20: $two_2[two_2]  ^rem{ not local }
        !            21: $self.two_3[two_3]     ^rem{ not local }
        !            22: 
        !            23: @run[]
        !            24: ^self.one[]
        !            25: ^self.two[]
        !            26: ^if($self.three is "junction"){
        !            27:        ^self.three[]
        !            28: }
        !            29: ^if($self.four is "junction"){
        !            30:        ^self.four[]
        !            31: }

E-mail: