Copyright 2004 by M. Uli Kusterer Fri, 29 Nov -1901 11:06:32 GMT Comments on article blog-introduction-to-supercompiler at Zathras.de http://www.zathras.de/angelweb/blog-introduction-to-supercompiler.htm blog-introduction-to-supercompiler Comments witness_dot_of_dot_teachtext_at_gmx_dot_net (M. Uli Kusterer) witness_dot_of_dot_teachtext_at_gmx_dot_net (M. Uli Kusterer) en-us Comment 3 by Sean http://www.zathras.de/angelweb/blog-introduction-to-supercompiler.htm#comment3 http://www.zathras.de/angelweb/blog-introduction-to-supercompiler.htm#comment3





on testP txt
repeat with i=1 to num of lines of txt
put word 2 of txt
if (word 2 of line i of txt) is "3" then
put word 2 of line i of txt
else
put i
end if
put i
end repeat
end testP
Comment 2 by Uli Kusterer http://www.zathras.de/angelweb/blog-introduction-to-supercompiler.htm#comment2 http://www.zathras.de/angelweb/blog-introduction-to-supercompiler.htm#comment2 Uli Kusterer writes:
If you're experiencing bugs, please send me an e-mail and tell me about them. Sample scripts that exhibit these bugs would be appreciated. I can't promise I'll fix them right away, but I'm working on changing SuperCompiler to no longer require an installation of GCC and Xcode to work, and any test scripts you can provide will help make sure this works in the new SuperCompiler, at least.
Comment 1 by Sean http://www.zathras.de/angelweb/blog-introduction-to-supercompiler.htm#comment1 http://www.zathras.de/angelweb/blog-introduction-to-supercompiler.htm#comment1