Introduction
Statistics
Contact
Development
Disclaimer
Help
ftp.icm.edu.pl home page
import TestLib;
StartTest("insert");
string sub = insert("abef",2,"cd");
assert(sub == "abcdef");
EndTest();