Re: each keyword
- Posted by "Boehme, Gabriel" <gboehme at MUSICLAND.COM> Apr 22, 1999
- 423 views
Ralf Nieuwenhuijsen wrote: > [snip] Try print (1, {1,2,3} * {1,2,3}) >Euphoria, as an exception, or to be consistent (choose), will do the >following, because the two sequence are of the same length. > >{1, 4, 9} It's not the exception -- it's the rule. >But what when they are not of the same length ? > >print (1, {1,2,3} * {1,2,3,4}) The program abends with a "sequence lengths are not the same" error message. Be seeing you, Gabriel Boehme ------ I believe in getting into hot water; it keeps you clean. G.K. Chesterton ------