On Thu, Aug 11, 2016 at 5:18 AM, Marko Rauhamaa <[email protected]> wrote: > Rustom Mody <[email protected]>: > >> On Wednesday, August 10, 2016 at 9:31:40 PM UTC+5:30, Anders J. Munch wrote: >> Python’s inspiration and origin is ABC >> Whose assignment looked like >> PUT expr INTO var >> >> This has the salutary effect >> - Of being l-to-r (the only other such case I know is gas mov) > > Oh, there's of course COBOL: > > ADD X TO Y GIVING RESULT
And Python: with open(fn) as f: ChrisA -- https://mail.python.org/mailman/listinfo/python-list
