[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Sc-devel] Modifying Main:run to run run.rtf in analogy to startup.rtf
Hello,
Since we already have startup.rtf why not also make Main:run execute run.rtf.
Having to overload the run method in ones own library code is more invasive.
Iannis Z.
+ Main {
run {
"~/scwork/run.rtf".loadPath;
}
}