enum CommandLine
Command-line arguments for the current process.
現在のプロセスに対するコマンドライン引数。
Availability
Technology
strippingNewline
If true
, newline characters and character combinations are stripped from the result; otherwise, newline characters or character combinations are preserved. The default is true
.
true
ならば、改行文字および文字組み合わせは結果から剥ぎ取られます;そうでなければ、改行文字および文字組み合わせは保全されます。省略時ではtrue
です。
The string of characters read from standard input. If EOF has already been reached when read
is called, the result is nil
.
標準入力から読み込まれた一続きの文字。read
が呼ばれるときEOFがすでに到達されているならば、結果はnil
です。
Standard input is interpreted as UTF-8
. Invalid bytes are replaced by Unicode replacement characters.
標準入力は、UTF-8
として解釈されます。無効なバイトは、ユニコード代替文字で置き換えられます。
enum CommandLine