Forte 4GL is a programming language created in 1994.
#3746on PLDB | 30Years Old |
Fort茅 4GL was a proprietary application server that was developed by Fort茅 Software and used for developing scalable, highly available, enterprise applications.. Read more on Wikipedia...
begin
...
raise UsageException();
...
exception
when e聽: UsageException do
task.ErrMgr.Clear();
...
else
...
raise;
end;