|
| save |
- |
function
- save a XLISP workspace to a file |
| second |
- |
function
- get 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 |
| :sescape |
- |
keyword
- readtable entry specifying a character to be used as a single escape character |
| set |
- |
function
- set the value of a symbol |
| setf |
- |
special form
- set the value of a field |
| setq |
- |
special form
- set the quoted value of a symbol |
| :show |
- |
message selector
- show an object's instance variables |
| sin |
- |
function
- compute the sine of a floating point number |
| sort |
- |
function
- sort a list |
| 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 or a part of it 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-trim |
- |
function
- trim both ends of a string |
| string-upcase |
- |
function
- convert a string or a part of it to upper case |
| sublis |
- |
function
- substitute expressions by using an association list |
| subseq |
- |
function
- extract a substring |
| 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 ]
|