how to assign a list to a number?
From: anusha (anushavelagapudi_at_nospam.yahoo.co.in)
Date: 01/31/05
- Next message: Trent Buck: "Re: print out an Array"
- Previous message: Donna and Dan Stanger: "Vax Lisp documentation"
- Next in thread: Trent Buck: "Re: how to assign a list to a number?"
- Reply: Trent Buck: "Re: how to assign a list to a number?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 31 Jan 2005 08:12:17 -0500
Generally when we want to assign a list to a symbol we use
(SETQ A '(FILL IN)) or
(SETF (GET 'A 'VALUE) '(FILL IN))
Here A is assigned (FILL IN).
Now if I want to assign (FILL IN) to a number(for ex. 1) what should I
do?
Thanks,
Anusha.
- Next message: Trent Buck: "Re: print out an Array"
- Previous message: Donna and Dan Stanger: "Vax Lisp documentation"
- Next in thread: Trent Buck: "Re: how to assign a list to a number?"
- Reply: Trent Buck: "Re: how to assign a list to a number?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]