/[gcl]/gcl/ansi-tests/let.lsp
ViewVC logotype

Diff of /gcl/ansi-tests/let.lsp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by pfdietz, Sat Oct 12 15:24:56 2002 UTC revision 1.3 by pfdietz, Sun Oct 13 01:25:10 2002 UTC
# Line 7  Line 7 
7    
8  ;;; LET and LET* are also heavily exercised in the many other tests.  ;;; LET and LET* are also heavily exercised in the many other tests.
9    
10    ;;; NOTE!  Some of these tests bind a variable with the same name
11    ;;; more than once.  This apparently has underdetermined semantics that
12    ;;; varies in different Lisps.
13    
14  (deftest let.1  (deftest let.1
15    (let ((x 0)) x)    (let ((x 0)) x)
16    0)    0)

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26