Annotation of parser3/tests/071.html, revision 1.2
1.2 ! paf 1: @main[]
! 2: $source[^table::create{a
! 3: aa
! 4: bb
! 5: cc}]
! 6: $dest0[^table::create{a
! 7: xx
! 8: }]
! 9: ^source.offset(2)
! 10: ^test{^dest.join[$source]}
! 11: ^test{^dest.join[$source;$.offset(0)]}
! 12: ^test{^dest.join[$source;$.limit(2)]}
! 13: ^test{^dest.join[$source;$.offset(1)$.limit(1)]}
! 14: ^test{^dest.join[$source;$.offset(1)$.limit(2)]}
! 15: ^test{^dest.join[$source;$.offset[cur]$.limit(1)]}
! 16: ^test{^dest.join[$source;$.limit(0)]}
! 17:
! 18: @test[action]
! 19: $dest[^table::create[$dest0]]
! 20: $action
! 21: ^dest.menu{$dest.a}[,]<br>
! 22:
! 23:
E-mail: