Esmail wrote:

Wow .. never heard of Concatenative_languages languages before or the
distinction you make. Your distinction explains the behavior, but I
find it somewhat counter-intuitive.

You shouldn't find it any more surprising than the fact that

  a = 2 + 3
  print a * 5

gives a different result from

  print 2 + 3 * 5

--
Greg
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to