close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

source: branches/f4grobner/test6.lisp@ 4447

Last change on this file since 4447 was 4447, checked in by Marek Rychlik, 8 years ago
File size: 190 bytes
Line 
1(in-package :polynomial)
2
3(proclaim '(special x y))
4
5(setf x (alist->poly '( ((3) . 1) ((1) . 2))))
6(setf y (alist->poly '( ((2) . 3) ((1) . 4))))
7
8(print x)
9(print y)
10
11(print (add-to x y))
Note: See TracBrowser for help on using the repository browser.