home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-08-11 | 473 b | 16 lines | [TEXT/ScoM] |
- i-direction2 start direction integer
-
- start :up :down
-
- (i-direction2 :down
- '(1 2 3 2 2 1) '(1 2 1 2 1 1 2 3 1 2 6))
- => (-1 2 1 -2 -1 -1 2 3 -1 -2 6)
-
- (i-direction2 :up
- '(1 2 3 2 2 1) '(1 2 1 2 1 1 2 3 1 2 6))
- => (1 -2 -1 2 1 1 -2 -3 1 2 -6)
-
- (i-direction2 :down
- '((1 2 3 2 2 1) (1 2 3 2 2 1))
- '((1 2 1 2 1 1 2 3 1 2 6) (1 2 1 2 1 1 2 3 1 2 6)))
- => ((-1 2 1 -2 -1 -1 2 3 -1 -2 6) (-1 2 1 -2 -1 -1 2 3 -1 -2 6))