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

12 lines
230 B
Text
Raw Normal View History

2023-05-06 12:58:11 -04:00
"--- TEST: number->string ---------------------------------------"
"123"
"1e240"
"--- TEST: string->symbol ---------------------------------------"
foo
"--- TEST: symbol->string ---------------------------------------"
"foo"