|
|
1.1 misha 1: # autouse checking
2: @main[]
3: ^do{^test:call[]}
4: ^do{^zigi:call[]}
5:
6: @do[jCode]
7: ^try{
8: $jCode<br />
9: }{
10: $exception.handled(1)
11: $exception.source $exception.comment
12: }
13:
14: @autouse[name]
15: ^if($name eq "test"){
16: ^use[226.p]
17: }