Сохраняет указанный текст в файл WATaskTester.txt
procedure SaveText(aText: string);
var text := 'test text'; SaveText(text);