Annotation of parser3/tests/263.html, revision 1.1
1.1 ! moko 1: @main[]
! 2:
! 3: 1.
! 4: ^test1[1;2;3;4;5;6]
! 5:
! 6: 2.
! 7: ^test2[1;2;3;4;5;6]
! 8:
! 9: 3.
! 10: ^test3[]
! 11: ^test3[1]
! 12:
! 13: 4.
! 14: ^test4[1]
! 15: ^test4[1;2]
! 16: ^test4[1;2;3]
! 17:
! 18: @test1[a1;a2;*args]
! 19: a1=$a1
! 20: a2=$a2
! 21: ^show[$args]
! 22:
! 23: @test2[*args]
! 24: ^show[$args]
! 25:
! 26: @test3[*args]
! 27: $args.CLASS_NAME
! 28:
! 29: @test4[a1;a2;*args]
! 30: $args.CLASS_NAME
! 31:
! 32: @show[hash]
! 33: ^hash.foreach[k;v]{$k=$v;
! 34: }
E-mail: