Ticket #2 (new defect)
try 文で onexception が複数ある場合途中の onexception では ; が使えない
| Reported by: | gnue | Owned by: | gnue |
|---|---|---|---|
| Priority: | lowest | Milestone: | milestone4 |
| Component: | newt | Version: | |
| Severity: | minor | Keywords: | 構文 |
| Cc: |
Description
try 文で onexception が複数ある場合途中の onexception では ; が使えない
try a := 1; onexception |ext.ex.msg| do a := 2 // ; があるとエラーになる onexception |ext.ex| do a := 3;
Change History
Note: See
TracTickets for help on using
tickets.
