Open lucasb-eyer opened 10 years ago
A pretty simple change, but I still need comments:
write
ByteString
read
ASCIIString
Symbol
file[:varname]
A pretty simple change, but I still need comments:
write
methods get aByteString
for the variable name while theread
methods get anASCIIString
?Symbol
syntaxfile[:varname]
, or is that too many ways to do the same thing?