5 lines
129 B
Text
5 lines
129 B
Text
> convert( "A", bytes );
|
|
[65]
|
|
|
|
> convert( [65], bytes );
|
|
"A"
|