RosettaCodeData/Task/Copy-a-string/ProDOS/copy-a-string.dos
2023-07-01 13:44:08 -04:00

4 lines
251 B
Text

editvar /newvar /value=a /userinput=1 /title=Enter a string to be copied:
editvar /newvar /value=b /userinput=1 /title=Enter current directory of the string:
editvar /newvar /value=c /userinput=1 /title=Enter file to copy to:
copy -a- from -b- to -c-