Saves specified text into the file WATaskTester.txt
procedure SaveText(aText: string);
var text := 'test text'; SaveText(text);