> has anyone noticed that logic values do not keep their types when saved > and reloaded.
>> save/all %a.txt reduce [none true false date!]
>> b: load %a.txt
== [none true false date!
]
>> type? b/1
== none!
>> type? b/2
== logic!
>> type? b/3
== logic!
>> type? b/4
== datatype!
> This is giving me headaches...
try:
load mold/all reduce
Regards,
Ashley
--
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.
