/[guile]/guile/guile-core/doc/ref/scheme-translation.texi
ViewVC logotype

Diff of /guile/guile-core/doc/ref/scheme-translation.texi

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

revision 1.1.2.3 by ossau, Fri Mar 15 09:23:18 2002 UTC revision 1.1.2.4 by ossau, Fri Mar 29 20:11:13 2002 UTC
# Line 28  is Scheme's end-of-list. Line 28  is Scheme's end-of-list.
28  @deffnx {C Function} scm_nil_cons (x, y)  @deffnx {C Function} scm_nil_cons (x, y)
29  Create a new cons cell with @var{x} as the car and @var{y} as  Create a new cons cell with @var{x} as the car and @var{y} as
30  the cdr, but convert @var{y} to Scheme's end-of-list if it is  the cdr, but convert @var{y} to Scheme's end-of-list if it is
31  a LISP nil.  a Lisp nil.
32  @end deffn  @end deffn
33    
34  @deffn {Scheme Procedure} nil-eq x y  @deffn {Scheme Procedure} nil-eq x y
# Line 38  Compare @var{x} and @var{y} and return L Line 38  Compare @var{x} and @var{y} and return L
38    
39  @deffn {Scheme Procedure} null x  @deffn {Scheme Procedure} null x
40  @deffnx {C Function} scm_null (x)  @deffnx {C Function} scm_null (x)
41  Return LISP's @code{t} if @var{x} is nil in the LISP sense,  Return Lisp's @code{t} if @var{x} is nil in the LISP sense,
42  return LISP's nil otherwise.  return Lisp's nil otherwise.
43  @end deffn  @end deffn
44    
45    

Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4

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