[IronPython] Using blocks separators instead of indentation

Sanghyeon Seo sanxiyn at gmail.com
Mon Aug 13 08:59:43 CEST 2007


2007/8/13, Ori <oorrii at gmail.com>:
> 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



More information about the Ironpython-users mailing list