Jump to content

Delete a file: Difference between revisions

m (Add libheader to the lang example)
(add →‎Joy)
Line 947:
console.log("Done!");
})</syntaxhighlight>
 
=={{header|Joy}}==
<syntaxhighlight lang="joy">"input.txt" fremove
"docs" fremove
"/input.txt" fremove
"/docs" fremove.</syntaxhighlight>
 
=={{header|Julia}}==
559

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.