Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #67764 > unrolled thread
| Started by | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| First post | 2014-03-04 19:24 -0500 |
| Last post | 2014-03-04 19:24 -0500 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: why indentation should be part of the syntax Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2014-03-04 19:24 -0500
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Date | 2014-03-04 19:24 -0500 |
| Subject | Re: why indentation should be part of the syntax |
| Message-ID | <mailman.7774.1393979107.18130.python-list@python.org> |
On Tue, 04 Mar 2014 12:02:33 +0100, Antoon Pardon
<antoon.pardon@rece.vub.ac.be> declaimed the following:
>Or it might have looked like this
>
>IF (err := SSLHashSHA1.update(&hashCtx, &signedParams)) != 0 THEN
> goto fail;
>END
> goto fail;
>
>This would have produced the same problem but it would also have
>stood out because the second goto is indented in a place where
>it is obvious it doesn't match the program structure.
I would recommend you avoid the Parallax Propeller chip... The SPIN
language used to program it ALSO uses indentation for block structure. <G>
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/
Back to top | Article view | comp.lang.python
csiph-web