Lines 995-1002
These correspond to the Scheme @code{(cons a b)} and @code{(list l0 l1
Link Here
|
995 |
|
995 |
|
996 |
@deftypefun SCM gh_car (SCM @var{obj}) |
996 |
@deftypefun SCM gh_car (SCM @var{obj}) |
997 |
@deftypefunx SCM gh_cdr (SCM @var{obj}) |
997 |
@deftypefunx SCM gh_cdr (SCM @var{obj}) |
998 |
@dots{} |
998 |
@deftypefunx SCM gh_c[ad][ad]r (SCM @var{obj}) |
999 |
|
999 |
@deftypefunx SCM gh_c[ad][ad][ad]r (SCM @var{obj}) |
1000 |
@deftypefunx SCM gh_c[ad][ad][ad][ad]r (SCM @var{obj}) |
1000 |
@deftypefunx SCM gh_c[ad][ad][ad][ad]r (SCM @var{obj}) |
1001 |
These correspond to the Scheme @code{(caadar ls)} procedures etc @dots{} |
1001 |
These correspond to the Scheme @code{(caadar ls)} procedures etc @dots{} |
1002 |
@end deftypefun |
1002 |
@end deftypefun |
1003 |
- |
|
|