Jump to content

Take notes on the command line: Difference between revisions

m
→‎{{header|11l}}: new way of specifying file open mode
(added RPL)
m (→‎{{header|11l}}: new way of specifying file open mode)
Line 17:
print(File(‘notes.txt’).read(), end' ‘’)
E
V f = File(‘notes.txt’, ‘a’APPEND)
f.write(Time().format("YYYY-MM-DD hh:mm:ss\n"))
f.write("\t"(:argv[1..].join(‘ ’))"\n")</syntaxhighlight>
1,481

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.