Annotation of parser3/tests/176_dir/a.p, revision 1.2

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

E-mail: