$ include "seed7_05.s7i";
include "shell.s7i";
const proc: main is func
begin
shellCmd("ls");
end func;