*** empty log message ***

This commit is contained in:
Viktor Szakats
1999-06-27 23:10:39 +00:00
parent 69c98e9496
commit 05549f22c5
2 changed files with 4 additions and 3 deletions

View File

@@ -3,6 +3,7 @@
! Fixed line number bug. (LINE opcode, PROCLINE(), error messages)
* tests/working/procline.prg
tests/working/copyfile.prg
tests/working/copyfile.txt
+ Added.
19990627-16:30 CET Victor Szel <info@szelvesz.hu>

View File

@@ -1,9 +1,9 @@
FUNCTION Main()
// ? "1", __copyfile("COPYFROM.FIL")
? "2", __copyfile("COPYFROM.FIL", "COPYTO.FIL")
// ? "1", __copyfile("COPYFROM.TXT")
? "2", __copyfile("COPYFROM.TXT", "COPYTO.TXT")
? "3", __copyfile("C.PRG", "B.PRG")
? "4", __copyfile("COPYFROM.FIL", "..")
? "4", __copyfile("COPYFROM.TXT", "..")
RETURN NIL