1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-05-12 12:00:14 +00:00

Update qb64.bas

This commit is contained in:
visionmercer 2023-05-03 13:30:14 +02:00
parent 04957e9b85
commit 3cef4b4088

View file

@ -26321,4 +26321,4 @@ SUB DebugPrint(text$)
OPEN debugPath$ + "/qb64.log" FOR APPEND AS #fn
PRINT #fn, text$
CLOSE #fn
END SUBEND SUB
END SUB