Changes between Initial Version and Version 1 of Ticket #1227, comment 1
- Timestamp:
- 12/06/15 21:15:47 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1227, comment 1
initial v1 25 25 First, the behaviour of {{{(parameterize ((a 10) (b 20) (a 30)) (list (a) (b)))}}} can be fixed relatively easy by performing the restores of the variables in reverse (or perhaps storing the parameters in a list and performing some sort of deduplication, but that's of course much trickier). 26 26 27 Then the main problem is the following: 27 OK, so looking at it again I think it can be fixed after all. 28 29 Our main problem is the following: 28 30 29 31 {{{