|  | 
  | save | - | function
    - save a XLISP workspace to a file | 
  | second | - | function
    - list accessor for the second element of a list | 
  | self | - | symbol
    - evaluates to the current object when used within a message context | 
  | send | - | function
    - send a message to an object | 
  | send-super | - | function
    - send a message to the superclass of an object | 
  | :sescape | - | keyword
    - readtable entry specifying a character to be used as a single escape character | 
  | set | - | function
    - set the value of a symbol | 
  | set-difference | - | function
    - compute the set-difference of two lists | 
  | setdir | - | function
    - set a new working directory | 
  | setf | - | special form
    - set the value of a place | 
  | setq | - | special form
    - set the value of a quoted symbol | 
  | setup-console | - | function
    - set default console attributes | 
  | :show | - | message selector
    - show an object's instance variables | 
  | sin | - | function
    - compute the sine of a floating point number | 
  | sort | - | function
    - destructively sort a list | 
  | soundp | - | function
    - is this a sound? | 
  | sqrt | - | function
    - compute the square root of a floating point number | 
  | *standard-input* | - | system variable
    - file pointer for standard input | 
  | *standard-output* | - | system variable
    - file pointer for standard output | 
  | strcat | - | function
    - concatenate strings | 
  | streamp | - | predicate function
    - is this a stream? | 
  | string | - | function
    - make a string from a symbol, character or string | 
  | string/= | - | function
    - test if string1 is not equal to string2, case is significant | 
  | string< | - | function
    - test if string1 is less than string2, case is significant | 
  | string<= | - | function
    - test if string1 is less than or equal to string2, case is significant | 
  | string= | - | function
    - test if the string arguments have the same values, case is significant | 
  | string> | - | function
    - test if string1 is greater than string2, case is significant | 
  | string>= | - | function
    - test if string1 is greater than or equal to string2, case is significant | 
  | stringp | - | predicate function
    - is this a string? | 
  | string-downcase | - | function
    - convert a string to lower case | 
  | string-equal | - | function
    - test if string1 equal to string2, case is not significant | 
  | string-greaterp | - | predicate function
    - test if string1 is greater than string2, case is not significant | 
  | string-left-trim | - | function
    - trim the left end of a string | 
  | string-lessp | - | predicate function
    - test if string1 is less than string2, case is not significant | 
  | string-not-equal | - | function
    - test if string1 is not equal to string2, case is not significant | 
  | string-not-greaterp | - | predicate function
    - test if string1 is less than or equal to string2, case is not significant | 
  | string-not-lessp | - | predicate function
    - test if string1 is greater than or equal to string2, case is not significant | 
  | string-right-trim | - | function
    - trim the right end of a string | 
  | string-search | - | function
    - search for a pattern in a string | 
  | string-trim | - | function
    - trim both ends of a string | 
  | string-upcase | - | function
    - convert a string to upper case | 
  | sublis | - | function
    - substitute expressions by using an association list | 
  | subseq | - | function
    - extract a substring | 
  | subsetp | - | function
    - test if a list is a subset of another list | 
  | subst | - | function
    - substitute expressions | 
  | symbol-function | - | function
    - get the functional value of a symbol | 
  | symbol-name | - | function
    - get the print name of a symbol | 
  | symbol-plist | - | function
    - get the property list of a symbol | 
  | symbol-value | - | function
    - get the value of a symbol | 
  | symbolp | - | predicate function
    - is this a symbol? | 
  | system | - | function
    - execute a command of the operating system | 
  |  | 
  | [
    Back to Top ] |