[299] in Coldmud discussion meeting

root meeting help first previous next last

"with handler" in "catch"

daemon@ATHENA.MIT.EDU (Sun May 22 14:59:24 1994 )

Date: Sun, 22 May 1994 12:56:06 -0600 (MDT)
From: the Lyncx <BRANDON@cc.usu.edu>
To: coldstuff@MIT.EDU
X-Vms-To: COLDSTUFF

Any chance of changing the language such that the 'with handler' could just be
'handler'?  Basically, does anybody mind?  Its somewhat trivial but I can think
of a few times i've tried to use 'with' as a variable.  Just one of those
irritation factors is all, when it could just be:

catch {
  //
} handler {
  //
}

Just a thought (it was something Crag and I discussed ages ago).