|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
digitalmars.D.learn - [OT] Curlies and try/catch
I figured some people here might know. Honestly, this has always been a question of mine... Why do most (all but D?) languages force you to use curlies for try/catch? Is it because they are enforcing style? Encouraging you to not use them for simple one-offs? I really like how D works. I wish all languages were like it in this (and many other) respect(s). -[Unknown] May 02 2008
"Unknown W. Brackets" <unknown simplemachines.org> wrote in message news:fvfq25$2br9$1 digitalmars.com...I figured some people here might know. Honestly, this has always been a question of mine... Why do most (all but D?) languages force you to use curlies for try/catch? Is it because they are enforcing style? Encouraging you to not use them for simple one-offs? May 02 2008
|