Take notes on the command line: Difference between revisions

m
m ({{Out}} / moved Category to top)
Line 1,178:
if paramCount() == 0:
try: stdout.write readFile("notes.txt")
except EIOIOError: discard
else:
var f = open("notes.txt", fmAppend)
Anonymous user