Ticket #2 (new defect)

Opened 7 years ago

Last modified 7 years ago

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

comment:1 Changed 7 years ago by gnue

  • Priority changed from low to lowest

comment:2 Changed 7 years ago by gnue

  • Owner changed from somebody to gnue

comment:3 Changed 7 years ago by gnue

  • Component changed from component1 to newt
  • Summary changed from try 文で onexception が複数ある場合途中の onexception では ; が使えない to try 文で onexception が複数ある場合途中の onexception では ; が使えない

comment:4 Changed 7 years ago by gnue

  • Milestone set to milestone4
Note: See TracTickets for help on using tickets.