File: unless.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-- 689 bytes parent folder | download | duplicates (2)
1
<html><head><title>unless</title><h1>unless</h1></head><body><code class="scheme">(<code class="scheme"><span class="keyword">unless</span></code> <b>EXPRESSION</b> <b>EXPRESSION</b>)</code><br /> The first expression (known as the "test" expression) is evaluated. If the expression evaluates to false, the result of the <code class="scheme"><span class="keyword">unless</span></code> expression is the result of evaluating the second expression, otherwise the result is void (and the second expression is not evaluated). If the result of evaluating the test expression is neither true nor false, it is an error. <br /><p><a href="index.htm">Advanced Student Language</a></p></body></html>