File: string.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-- 466 bytes parent folder | download | duplicates (2)
1
<html><head><title>string</title><h1>string</h1></head><body><b>STRING</b><br /> Strings, enclosed by double-quotes, are scheme values. Unlike symbols, strings may be split into characters and manipulated by a variety of primitive functions. <br /> For example, <tt>"abcdef"</tt>, <tt>"This is a string"</tt>, and <tt>"This is a string with \" inside"</tt> are all strings. <br /><p><a href="index.htm">Intermediate Student with Lambda Language</a></p></body></html>