Csound Csound-dev Csound-tekno Search About

RE: if...

Date1999-02-23 02:35
FromDavid Boothe
SubjectRE: if...
Not that I am aware. Csound uses the CR as the end of a statement. The only
way I have found to simulate a 'statement block,' as you would have in a C
if..else statement, would be with gotos and labels. Inelegant I know.
C-style if..else statements would be a useful addition, if it is possible in
Csound's syntax.

> -----Original Message-----
> From: Antoine Lefebvre [mailto:gamma_orion@iname.com]
> Sent: Monday, February 22, 1999 8:34 PM
> To: csound@maths.ex.ac.uk
> Subject: RE: if...
> 
> 
> Yes,
> I know all those statement, but in some complex structure, it become
> confuse bery rapidly....I was just wondering why there is no statement
> block like in C.