loop-finish not being exported?
Chris Perkins <[email protected]> Mon, 28 Apr 2003 12:59:19 -0600
| Newsgroups | gmane.lisp.corman |
|---|---|
| Message-ID | <[email protected]> |
I haven't tried this from the IDE, but from console.exe (v 2.0.1 all patches) the loop-finish macro acts like it is not exported. I must prepend the loop package name to use it. ?(loop for x from 1 to 10 do (when (= x 2) (loop-finish))) ;;; Autoloading D:\CORMANTOOLS\CORMANLISP2.0\sys\loop.lisp ... ;;; Warning: Function not defined: LOOP-FINISH ;;; An error occurred in function #< COMPILED-FUNCTION: #xDC2928 >: ;;; Error: The function LOOP-FINISH is undefined ;;; Entering Corman Lisp debug loop. ;;; Use :C followed by an option to exit. Type :HELP for help. ;;; Restart options: ;;; 1 Abort to top level. But this _will_ work: ?(loop for x from 1 to 10 do (when (= x 2) (loop:loop-finish))) ------------------------ Yahoo! Groups Sponsor ---------------------~--> Get 128 Bit SSL Encryption! http://us.click.yahoo.com/xaxhjB/hdqFAA/bW3JAA/SyjtlB/TM ---------------------------------------------------------------------~-> To unsubscribe from this group, send an email to: [email protected] Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/