Annotation of parser3/tests/276.html, revision 1.2
1.1 misha 1: @main[]
2: $a[^a::create[]]
3:
1.2 ! moko 4: 1. ^print[$a]
1.1 misha 5: ^reflection:delete[$a;b]
1.2 ! moko 6: 2. ^print[$a]
1.1 misha 7:
1.2 ! moko 8: 3. ^print[$a.CLASS]
! 9: ^reflection:delete[$a.CLASS;c]
! 10: 4. ^print[$a.CLASS]
! 11:
! 12: 5. $a.x
! 13: ^reflection:delete[$a.CLASS;x]
! 14: 6. $a.x
1.1 misha 15:
16: @print[x][h;k;v]
17: $h[^hash::create[$x]]
1.2 ! moko 18: $result[^h.foreach[k;v]{$k='$v'}[, ]]
1.1 misha 19:
20:
21: @CLASS
22: a
23:
24: @create[]
25: $a[1]
26: $b[2]
27:
1.2 ! moko 28: @auto[]
! 29: $c[3]
! 30: $d[4]
! 31:
! 32: @GET_x[]
! 33: x property
! 34:
E-mail: