RosettaCodeData/Task/Make-directory-path/Seed7/make-directory-path-1.seed7

8 lines
135 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
$ include "seed7_05.s7i";
include "cli_cmds.s7i";
const proc: main is func
begin
doMkdirCmd(argv(PROGRAM), TRUE);
end func;