|
|
1.1 ! misha 1: @main[] ! 2: $tab1[^table::create{one two three ! 3: 1 2 3}] ! 4: ! 5: $tab2[^table::create{column ! 6: two}] ! 7: ! 8: ^try{ ! 9: $tab1.$tab2 ! 10: }{ ! 11: $exception.handled(1) ! 12: exception (OK):<br /> ! 13: <b>$exception.type</b> $exception.source $exception.comment ! 14: }