memrootじしょ
英和翻訳
newline
Owner
newline
/ˈnjuːlaɪn/
ニューライン
1.
テキストの行末を示し、次の行の始まりを示す制御文字またはシーケンス。
コンピュータやテキスト処理において、新しい行を開始するための特殊な制御文字や記号を指します。
Press
the
Enter
key
to
insert
a
newline.
(新しい行を挿入するためにEnterキーを押してください。)
Press the Enter key
Enterキーを押すことを意味します。
to insert
何かを挿入するために、という目的を表します。
a newline
テキストの新しい行への区切りを指します。
Each
line
in
the
file
ends
with
a
newline
character.
(ファイル内の各行は改行文字で終わっています。)
Each line
ファイル内のそれぞれの行を指します。
in the file
ファイルの中に、という場所を示します。
ends with
~で終わる、という意味です。
a newline character
テキストで新しい行を開始するための特殊な文字を指します。
Programmers
often
use
'\n'
to
represent
a
newline
in
code.
(プログラマーはコード中で改行を表すためによく'\n'を使います。)
Programmers often use
プログラマーが頻繁に利用するという意味です。
'\n'
バックスラッシュとnで表される、改行文字のエスケープシーケンスを指します。
to represent
~を表すために、という目的を示します。
a newline
テキストの新しい行への区切りを指します。
in code
プログラムのコード内で、という意味です。
The
text
editor
automatically
adds
a
newline
at
the
end
of
the
file.
(そのテキストエディタはファイルの終わりに自動的に改行を追加します。)
The text editor
テキストを編集するソフトウェアを指します。
automatically adds
自動的に追加するという意味です。
a newline
テキストの新しい行への区切りを指します。
at the end of the file
ファイルの最後に、という位置を示します。
関連
line feed
carriage return
line break
enter key