Aug. 28, 2015
7:57 a.m.
Hello How would I write the following SIXX example in Pharo 4.0? example4 "SixxExamples example4" "Save and load Preferences data" | preferences | preferences := Preferences allPreferenceObjects sixxString. preferences := Object readSixxFrom: preferences. ^preferences inspect. Preferences is marked red. Kind regards Hannes