credit to Greg Branche for original Applesoft

This commit is contained in:
Ivan X 2016-01-10 11:54:57 -05:00
parent 5660347bc8
commit 9760380115

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python
'''CLOCK.PATCH implemented in Python 2/3 for A2SERVER
'''CLOCK.PATCH by Greg Branche implemented in Python 2/3 for A2SERVER
This is a line-for-line conversion of an edited version of CLOCK.PATCH
from the System Tools 2 disk in GS/OS 6.0.1. It's not good Python,