this
/ðəs/ · this
noun
- Something being indicated that is here; one of these. I'm looking for this book on the shelf.
- Referring to the current context in a programming environment in C-like languages. The compiler is using this variable to calculate the result.
adverb
- To the degree or extent indicated. Do we need this many recommendations?
pronominal adjective
- The thing, item, etc. being indicated. This isn't the item that I ordered.
interjection
- Indicates the speaker's strong approval or agreement with the previous material. This is amazing!
- Used to express strong approval or agreement. This is a great idea!
- Used to express strong agreement. This is a fact.
Did you know? The word 'this' is often used as a placeholder in programming, especially in C-like languages, where it refers to the current context or the current object being processed.