Data update
This commit is contained in:
parent
0df55f9f24
commit
aec8ed51b6
1045 changed files with 18889 additions and 2777 deletions
|
|
@ -2,6 +2,6 @@
|
|||
I :argv.len == 1
|
||||
print(File(‘notes.txt’).read(), end' ‘’)
|
||||
E
|
||||
V f = File(‘notes.txt’, ‘a’)
|
||||
V f = File(‘notes.txt’, APPEND)
|
||||
f.write(Time().format("YYYY-MM-DD hh:mm:ss\n"))
|
||||
f.write("\t"(:argv[1..].join(‘ ’))"\n")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue