Re: First language with conditional assignment?

Derek <derekrss@yahoo.ca>
Sun, 6 Mar 2011 10:05:28 -0800 (PST)

          From comp.compilers

Related articles
[2 earlier articles]
Re: First language with conditional assignment? gah@ugcs.caltech.edu (glen herrmannsfeldt) (2011-03-04)
Re: First language with conditional assignment? cr88192@hotmail.com (BGB) (2011-03-04)
Re: First language with conditional assignment? kym@kymhorsell.com (2011-03-05)
Re: First language with conditional assignment? robin51@dodo.com.au (robin) (2011-03-05)
Re: First language with conditional assignment? news@cuboid.co.uk (Andy Walker) (2011-03-05)
Re: First language with conditional assignment? monnier@iro.umontreal.ca (Stefan Monnier) (2011-03-05)
Re: First language with conditional assignment? derekrss@yahoo.ca (Derek) (2011-03-06)
Re: First language with conditional assignment? compilers@is-not-my.name (2011-03-07)
Re: First language with conditional assignment? compilers@is-not-my.name (2011-03-07)
Re: First language with conditional assignment? compilers@is-not-my.name (2011-03-07)
Re: First language with conditional assignment? neitzel@gaertner.de (2011-03-07)
Re: First language with conditional assignment? bc@freeuk.com (Bartc) (2011-03-07)
Re: First language with conditional assignment? alex.colvin@valley.net (mac) (2011-03-07)
[3 later articles]
| List of all articles for this month |

From: Derek <derekrss@yahoo.ca>
Newsgroups: comp.compilers
Date: Sun, 6 Mar 2011 10:05:28 -0800 (PST)
Organization: Compilers Central
References: 11-03-006
Keywords: syntax, history
Posted-Date: 06 Mar 2011 13:45:04 EST

On Mar 3, 2:05 am, compil...@is-not-my.name wrote:
> Does anyone know what the earliest languages supporting conditional
> assignment were? Although the construct is useful I don't like the
> syntax in C-like languages. I am curious if there were earlier
> examples and what the syntax was.


In Snobol4 assignment statements are conditional using the syntax


A = LT(x, y) 3


Cheers


Derek



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.