RosettaCodeData/Task/Execute-a-system-command/Seed7/execute-a-system-command.seed7
2023-07-01 13:44:08 -04:00

7 lines
113 B
Text

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