Annotation of parser3/www/htdocs/operators.p, revision 1.8

1.1       paf         1: @auto[]
1.6       paf         2: $a[1]
1.1       paf         3: 
                      4: @two[]
                      5: #$h[^hash::create[]]
                      6: #$a[x]
1.5       paf         7: #$x
                      8: #$self.x
1.2       paf         9: 
                     10: @three[]
1.3       paf        11: ^process{^^eval(2*2)^$a[1]^$a}
1.4       paf        12: 
                     13: @touchit[]
1.6       paf        14: $i[after]
                     15: 
                     16: @reada[]
1.7       paf        17: ^$a=$a
                     18: 
1.8     ! paf        19: @include[filename][f]
        !            20: $f[^file::load[text;$filename]]^process[$caller.CLASS]{^untaint{$f.text}}
        !            21: 

E-mail: