How do you define a constant in PLT Scheme?

Posted by kunjaan on Stack Overflow See other posts from Stack Overflow or by kunjaan
Published on 2009-06-24T00:13:47Z Indexed on 2010/06/08 21:12 UTC
Read the original article Hit count: 183

Filed under:
|
|

How do I declare that a symbol will always stand for a particular value and cannot be changed throughout the execution of the program?

© Stack Overflow or respective owner

Related posts about Scheme

Related posts about plt-scheme