[IronPython] Using blocks separators instead of indentation

2007-08-12 Thread Ori
Hello, Is there a way to use code blocks (like { and } in other languages) instead of indentation? Thanks, Ori -- View this message in context: http://www.nabble.com/Using-blocks-separators-instead-of-indentation-tf4259431.html#a12121490 Sent from the IronPython mailing list archive at Nabble.

Re: [IronPython] Using blocks separators instead of indentation

2007-08-12 Thread Sanghyeon Seo
2007/8/13, Ori <[EMAIL PROTECTED]>: > Is there a way to use code blocks (like { and } in other languages) instead > of indentation? >>> from __future__ import braces SyntaxError: not a chance -- Seo Sanghyeon ___ Users mailing list Users@lists.ironpyth