I am using Rebol2 and would like to persist a HASH!
(我正在使用Rebol2,并希望保留哈希值!)
block. (块。)
Currently I am converting it to-string
then using save
.
(目前,我正在将其转换to-string
然后使用save
。)
Is there a better way?
(有没有更好的办法?)
For example: (例如:)
r: make hash! ["one" "two"]
I want to save this to a file, then load it back to r
.
(我想将其保存到文件,然后将其加载回r
。)
ask by Atomica translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…