Property | Type | Description | |
---|---|---|---|
FALSE | System.Boolean | ||
ONE | Double | ||
TRUE | System.Boolean | ||
ZERO | Double |
Method | Description | |
---|---|---|
chr ( char ch ) : Char | ||
chr ( Object x ) : char | ||
cons ( Object a, Object b ) : |
||
equal ( Object x, Object y ) : bool | ||
eqv ( Object x, Object y ) : bool | ||
error ( String message ) : Object | ||
first ( Object x ) : Object | ||
inPort ( Object x, |
||
length ( Object x ) : int | ||
list ( Object a ) : |
||
list ( Object a, Object b ) : |
||
listStar ( Object args ) : Object | ||
listToString ( Object chars ) : char[] | ||
listToVector ( Object objs ) : Object[] | ||
num ( double x ) : Double | ||
num ( Object x ) : double | ||
outPort ( Object x, |
||
rest ( Object x ) : Object | ||
reverse ( Object x ) : Object | ||
second ( Object x ) : Object | ||
setFirst ( Object x, Object y ) : Object | ||
setRest ( Object x, Object y ) : Object | ||
str ( Object x ) : char[] | ||
stringify ( Object x ) : String | ||
stringify ( Object x, bool quoted ) : String | ||
stringify ( Object x, bool quoted, StringBuilder buf ) : void | ||
sym ( Object x ) : String | ||
third ( Object x ) : Object | ||
truth ( bool x ) : System.Boolean | ||
truth ( Object x ) : bool | ||
vec ( Object x ) : Object[] | ||
vectorToList ( Object x ) : |
||
warn ( String message ) : Object | ||
write ( Object x, |
Method | Description | |
---|---|---|
p ( Object x ) : Object | ||
p ( String msg, Object x ) : Object |
public static cons ( Object a, Object b ) : |
||
a | Object | |
b | Object | |
return |
public static equal ( Object x, Object y ) : bool | ||
x | Object | |
y | Object | |
return | bool |
public static eqv ( Object x, Object y ) : bool | ||
x | Object | |
y | Object | |
return | bool |
public static error ( String message ) : Object | ||
message | String | |
return | Object |
public static inPort ( Object x, |
||
x | Object | |
interp | ||
return |
public static list ( Object a, Object b ) : |
||
a | Object | |
b | Object | |
return |
public static listStar ( Object args ) : Object | ||
args | Object | |
return | Object |
public static listToString ( Object chars ) : char[] | ||
chars | Object | |
return | char[] |
public static listToVector ( Object objs ) : Object[] | ||
objs | Object | |
return | Object[] |
public static outPort ( Object x, |
||
x | Object | |
interp | ||
return |
public static setFirst ( Object x, Object y ) : Object | ||
x | Object | |
y | Object | |
return | Object |
public static setRest ( Object x, Object y ) : Object | ||
x | Object | |
y | Object | |
return | Object |
public static stringify ( Object x ) : String | ||
x | Object | |
return | String |
public static stringify ( Object x, bool quoted ) : String | ||
x | Object | |
quoted | bool | |
return | String |
public static stringify ( Object x, bool quoted, StringBuilder buf ) : void | ||
x | Object | |
quoted | bool | |
buf | StringBuilder | |
return | void |
public static truth ( bool x ) : System.Boolean | ||
x | bool | |
return | System.Boolean |
public static vectorToList ( Object x ) : |
||
x | Object | |
return |
public static warn ( String message ) : Object | ||
message | String | |
return | Object |
public static write ( Object x, |
||
x | Object | |
port | ||
quoted | bool | |
return | Object |