File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -48,14 +48,15 @@ a complete program; each statement is executed in the namespace of
48
48
49
49
.. index ::
50
50
single: UNIX
51
+ single: Windows
51
52
single: command line
52
53
single: standard input
53
54
54
- Under Unix, a complete program can be passed to the interpreter in three forms:
55
- with the :option: `-c ` *string * command line option, as a file passed as the
56
- first command line argument, or as standard input. If the file or standard
57
- input is a tty device, the interpreter enters interactive mode; otherwise, it
58
- executes the file as a complete program.
55
+ A complete program can be passed to the interpreter
56
+ in three forms: with the :option: `-c ` *string * command line option, as a file
57
+ passed as the first command line argument, or as standard input. If the file
58
+ or standard input is a tty device, the interpreter enters interactive mode;
59
+ otherwise, it executes the file as a complete program.
59
60
60
61
61
62
.. _file-input :
You can’t perform that action at this time.
0 commit comments