Nicolas Goaziou <[email protected]> writes: > - string, boolean, numeric : string, possibly with a check for boolean > (throw an error if not "true" or "false"),
or simply: - boolean : #t, #f - numeric : number - string : string
Nicolas Goaziou <[email protected]> writes: > - string, boolean, numeric : string, possibly with a check for boolean > (throw an error if not "true" or "false"),
or simply: - boolean : #t, #f - numeric : number - string : string