Skip to Content.
Sympa Menu

mathemagix-devel - Syntax change

Subject: Mathemagix

List archive

Syntax change


Chronological Thread 
  • From: Joris van der Hoeven <address@concealed>
  • To: address@concealed
  • Subject: Syntax change
  • Date: Thu, 20 Mar 2008 12:25:32 +0100

Hi all,

I will soon proceed with a syntax change:

for i in 1..10 -> for i in 1 to 10
for i in 0::10 -> for i in 0..10

This will liberate the :: operator for other purposes.
I will make the necessary changes in all the mmx files
in our svn repository. If you have Mathemagix code elsewhere,
then you may have to update it accordingly.

Best wishes, Joris


  • Syntax change, Joris van der Hoeven, 03/20/2008

Archive powered by MHonArc 2.6.18.

Top of Page