[plt-scheme] Changing the value of an variable

From: Matthias Redies (rediesmatthias at yahoo.de)
Date: Sat Apr 25 16:09:12 EDT 2009

I want to change the value of an variable. Until now I've always done it by
'(define a 4)'
but in this doesn't work in the following code:
'(define a 3)
(define (test n) (define a n))'

Which command should I use instead? Sry if this question seem very 
silly, but I didn't find the answer any where.


Mfg Matthias Redies

	
		
___________________________________________________________ 
Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: http://mail.yahoo.de



Posted on the users mailing list.