Arc Forum
new
|
comments
|
leaders
|
submit
login
1 point
by
sjs
6129 days ago |
link
|
parent
154 is a better example to avoid confusion.
(coerce "9a" 'int 16) => 154
(coerce 154 'string 16) => "9a"
(coerce 154 'string) => "154"