Windows installer: Update texinfo.
[maxima.git] / share / contrib / gentran / test / mdo.lisp
blob39ec0d6d8bbb6d2a8260b926b3bac0e3ecdf2d15
1 ;; generating do loop from lisp
2 (setq n 10)
3 (gentran `(((mdo) i 1 nil nil ,n nil
4 ((mdo) j ((mplus) i 1) nil nil ,n nil
5 ((mprogn)
6 ((msetq) ((x) j i) ((x) i j))
7 ((msetq) ((y) j i) ((y) i j)))))) nil)