Ticket #5501: script.mos

File script.mos, 220 bytes (added by adeas31, 5 years ago)
Line 
1loadFile("Simulator.mo");
2getErrorString();
3echo(false);
4s1 := list(Simulator);
5echo(true);
6deleteClass(Simulator);
7writeFile("Simulator1.mo",s1);
8getErrorString();
9loadFile("Simulator1.mo");
10getErrorString();