File: set33.html

package info (click to toggle)
drscheme 1%3A352-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 71,608 kB
  • ctags: 55,284
  • sloc: ansic: 278,966; cpp: 63,318; sh: 32,265; lisp: 14,530; asm: 7,327; makefile: 4,846; pascal: 4,363; perl: 2,920; java: 1,632; yacc: 755; lex: 258; sed: 93; xml: 12
file content (1 line) | stat: -rw-r--r-- 889 bytes parent folder | download | duplicates (2)
1
<html><head><title>set!</title><h1>set!</h1></head><body><code class="scheme">(<code class="scheme"><span class="keyword">set!</span></code> <b>NAME</b> <b>EXPRESSION</b>)</code><br /> A <code class="scheme"><span class="keyword">set!</span></code> expression contains a name and an expression. The <nonterm>NAME</nonterm> must one that is <code class="scheme"><span class="keyword">define</span></code>d or bound by <code class="scheme"><span class="keyword">letrec</span></code>, <code class="scheme"><span class="keyword">let</span></code>, or <code class="scheme"><span class="keyword">let*</span></code>. The <code class="scheme"><span class="keyword">set!</span></code> expression first evaluates the sub-expression and then changes the binding of the name so that it refers to the value of the expression. <br /><p><a href="index.htm">Advanced Student Language</a></p></body></html>