'End of the line' or 'End of line'?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
As an English learning student, I'm having a trouble understanding the differences of these 3 expressions.
- The end of line
- End of the line
- End of line
Could someone explain the differences please?
phrase-meaning
New contributor
add a comment |
As an English learning student, I'm having a trouble understanding the differences of these 3 expressions.
- The end of line
- End of the line
- End of line
Could someone explain the differences please?
phrase-meaning
New contributor
If you mean carriage-return followed by line-feed, that is "End of Line".
– Hot Licks
Apr 8 at 3:15
As an English Learning student please read the Tour to this site to see that you have come to the wrong place. The right place is called English Language Learners.
– David
2 days ago
add a comment |
As an English learning student, I'm having a trouble understanding the differences of these 3 expressions.
- The end of line
- End of the line
- End of line
Could someone explain the differences please?
phrase-meaning
New contributor
As an English learning student, I'm having a trouble understanding the differences of these 3 expressions.
- The end of line
- End of the line
- End of line
Could someone explain the differences please?
phrase-meaning
phrase-meaning
New contributor
New contributor
edited Apr 8 at 3:56
Mari-Lou A
62.6k57226466
62.6k57226466
New contributor
asked Apr 8 at 2:38
user343146user343146
81
81
New contributor
New contributor
If you mean carriage-return followed by line-feed, that is "End of Line".
– Hot Licks
Apr 8 at 3:15
As an English Learning student please read the Tour to this site to see that you have come to the wrong place. The right place is called English Language Learners.
– David
2 days ago
add a comment |
If you mean carriage-return followed by line-feed, that is "End of Line".
– Hot Licks
Apr 8 at 3:15
As an English Learning student please read the Tour to this site to see that you have come to the wrong place. The right place is called English Language Learners.
– David
2 days ago
If you mean carriage-return followed by line-feed, that is "End of Line".
– Hot Licks
Apr 8 at 3:15
If you mean carriage-return followed by line-feed, that is "End of Line".
– Hot Licks
Apr 8 at 3:15
As an English Learning student please read the Tour to this site to see that you have come to the wrong place. The right place is called English Language Learners.
– David
2 days ago
As an English Learning student please read the Tour to this site to see that you have come to the wrong place. The right place is called English Language Learners.
– David
2 days ago
add a comment |
1 Answer
1
active
oldest
votes
The first is noun phrase and the second is (normally) an adjective.
End of the line.
This is a phrase that is talking about the final stop in a destination. It originates from railways and the end of a physical railway track. Villains have been known to comically say, "This is the end of the line for you!"
End of line.
This is normally not used in conversation. In programming terms, it's an adjective for an invisible character that is, literally, a marker for the end of a line of code. (An end-of-line character.) In the movie Tron, the computer-based antagonist said "end of line" at the end of conversations rather than "goodbye." That's the only situation I know of when it's been used in any way other than, strictly speaking, programming terms.
Per a comment, I've also been told that end of line can be used as an adjective in retail to describe products that are no longer being made (or sold): it's an end-of-line product.
1
It's also used in retail from time to time. When a shop has ony a few items of a number of particular products left and they are not going to restock them (perhaps because they are seasonal) the shop will often offer them cheaply as 'end of line' items.
– BoldBen
2 days ago
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "97"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
user343146 is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fenglish.stackexchange.com%2fquestions%2f493018%2fend-of-the-line-or-end-of-line%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The first is noun phrase and the second is (normally) an adjective.
End of the line.
This is a phrase that is talking about the final stop in a destination. It originates from railways and the end of a physical railway track. Villains have been known to comically say, "This is the end of the line for you!"
End of line.
This is normally not used in conversation. In programming terms, it's an adjective for an invisible character that is, literally, a marker for the end of a line of code. (An end-of-line character.) In the movie Tron, the computer-based antagonist said "end of line" at the end of conversations rather than "goodbye." That's the only situation I know of when it's been used in any way other than, strictly speaking, programming terms.
Per a comment, I've also been told that end of line can be used as an adjective in retail to describe products that are no longer being made (or sold): it's an end-of-line product.
1
It's also used in retail from time to time. When a shop has ony a few items of a number of particular products left and they are not going to restock them (perhaps because they are seasonal) the shop will often offer them cheaply as 'end of line' items.
– BoldBen
2 days ago
add a comment |
The first is noun phrase and the second is (normally) an adjective.
End of the line.
This is a phrase that is talking about the final stop in a destination. It originates from railways and the end of a physical railway track. Villains have been known to comically say, "This is the end of the line for you!"
End of line.
This is normally not used in conversation. In programming terms, it's an adjective for an invisible character that is, literally, a marker for the end of a line of code. (An end-of-line character.) In the movie Tron, the computer-based antagonist said "end of line" at the end of conversations rather than "goodbye." That's the only situation I know of when it's been used in any way other than, strictly speaking, programming terms.
Per a comment, I've also been told that end of line can be used as an adjective in retail to describe products that are no longer being made (or sold): it's an end-of-line product.
1
It's also used in retail from time to time. When a shop has ony a few items of a number of particular products left and they are not going to restock them (perhaps because they are seasonal) the shop will often offer them cheaply as 'end of line' items.
– BoldBen
2 days ago
add a comment |
The first is noun phrase and the second is (normally) an adjective.
End of the line.
This is a phrase that is talking about the final stop in a destination. It originates from railways and the end of a physical railway track. Villains have been known to comically say, "This is the end of the line for you!"
End of line.
This is normally not used in conversation. In programming terms, it's an adjective for an invisible character that is, literally, a marker for the end of a line of code. (An end-of-line character.) In the movie Tron, the computer-based antagonist said "end of line" at the end of conversations rather than "goodbye." That's the only situation I know of when it's been used in any way other than, strictly speaking, programming terms.
Per a comment, I've also been told that end of line can be used as an adjective in retail to describe products that are no longer being made (or sold): it's an end-of-line product.
The first is noun phrase and the second is (normally) an adjective.
End of the line.
This is a phrase that is talking about the final stop in a destination. It originates from railways and the end of a physical railway track. Villains have been known to comically say, "This is the end of the line for you!"
End of line.
This is normally not used in conversation. In programming terms, it's an adjective for an invisible character that is, literally, a marker for the end of a line of code. (An end-of-line character.) In the movie Tron, the computer-based antagonist said "end of line" at the end of conversations rather than "goodbye." That's the only situation I know of when it's been used in any way other than, strictly speaking, programming terms.
Per a comment, I've also been told that end of line can be used as an adjective in retail to describe products that are no longer being made (or sold): it's an end-of-line product.
edited 2 days ago
answered Apr 8 at 3:12
Jason BassfordJason Bassford
20.1k32648
20.1k32648
1
It's also used in retail from time to time. When a shop has ony a few items of a number of particular products left and they are not going to restock them (perhaps because they are seasonal) the shop will often offer them cheaply as 'end of line' items.
– BoldBen
2 days ago
add a comment |
1
It's also used in retail from time to time. When a shop has ony a few items of a number of particular products left and they are not going to restock them (perhaps because they are seasonal) the shop will often offer them cheaply as 'end of line' items.
– BoldBen
2 days ago
1
1
It's also used in retail from time to time. When a shop has ony a few items of a number of particular products left and they are not going to restock them (perhaps because they are seasonal) the shop will often offer them cheaply as 'end of line' items.
– BoldBen
2 days ago
It's also used in retail from time to time. When a shop has ony a few items of a number of particular products left and they are not going to restock them (perhaps because they are seasonal) the shop will often offer them cheaply as 'end of line' items.
– BoldBen
2 days ago
add a comment |
user343146 is a new contributor. Be nice, and check out our Code of Conduct.
user343146 is a new contributor. Be nice, and check out our Code of Conduct.
user343146 is a new contributor. Be nice, and check out our Code of Conduct.
user343146 is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to English Language & Usage Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fenglish.stackexchange.com%2fquestions%2f493018%2fend-of-the-line-or-end-of-line%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
If you mean carriage-return followed by line-feed, that is "End of Line".
– Hot Licks
Apr 8 at 3:15
As an English Learning student please read the Tour to this site to see that you have come to the wrong place. The right place is called English Language Learners.
– David
2 days ago