'From Squeak3.9.1a of ''14 Feb 2008'' [latest update: #7074] on 1 March 2008 at 3:07:12 pm'! "Change Set: 10001-Sap-unloadFlash Date: 1 March 2008 Author: stephane ducasse "! !ScriptLoader methodsFor: 'sapphire' stamp: 'sd 3/1/2008 15:05'! update10003 "self new update10003" Transcript show: 'Unload Flash' ; cr. (MCWorkingCopy forPackage: (MCPackage new name: 'Flash')) unload. SystemBrowser removeObsolete. SystemOrganization removeCategoriesMatching: 'Flash*'. Behavior flushObsoleteSubclasses. Smalltalk cleanOutUndeclared. self flushCaches. ! ! "Postscript: Leave the line above, and replace the rest of this comment by a useful one. Executable statements should follow this comment, and should be separated by periods, with no exclamation points (!!). Be sure to put any further comments in double-quotes, like this one." ScriptLoader new update10003 !