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

8 lines
135 B
Text
Raw Permalink Normal View History

2015-11-18 06:14:39 +00:00
$ include "seed7_05.s7i";
include "cli_cmds.s7i";
const proc: main is func
begin
doMkdirCmd(argv(PROGRAM), TRUE);
end func;