File: variable.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-- 521 bytes parent folder | download
1
<html><head><title>variable</title><h1>variable</h1></head><body><code class="scheme"><b>NAME</b></code><br /> This form is used to refer to top-level variables, variables bound by <code class="scheme">local</code> (or <code class="scheme">letrec</code> or <code class="scheme">let</code>), or to the arguments of a procedure. If no enclosing variable binding or top-level variable matches this name, evaluation of the name causes an error. <br /><p><a href="index.htm">Intermediate Student Language</a></p></body></html>