RosettaCodeData/Task/Create-a-file/I/create-a-file.i

7 lines
93 B
OpenEdge ABL

software {
create("output.txt")
create("docs/")
create("/output.txt")
create("/docs/")
}