Jump to content

Take notes on the command line: Difference between revisions

m
(Take notes on the command line en FreeBASIC)
Line 1,586:
end</lang>
 
=={{header|Mathematica}}/{{header|Wolfram Language}}==
<lang>If[Length[$CommandLine < 11], str = OpenRead["NOTES.TXT"];
Print[ReadString[str, EndOfFile]]; Close[str],
1,111

edits

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