1
0
Fork 0
lesson-lisp/tests/type_conv.txt

11 lines
230 B
Text

"--- TEST: number->string ---------------------------------------"
"123"
"1e240"
"--- TEST: string->symbol ---------------------------------------"
foo
"--- TEST: symbol->string ---------------------------------------"
"foo"