RosettaCodeData/Task/Execute-a-system-command/Seed7/execute-a-system-command.seed7

8 lines
113 B
Plaintext

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