Computer Hope

Other Pages

Home
Site map
Computer help

Dictionary
News
Q&A
What's new

Tools

E-mail this page
Print Preview
Edit this page



 

LT

Short for Less Than, LT is an operator represented as "<" that is used in programming, some commands, and in mathematics. 

For example:

if ($value1 < $value2) {
do this
}

In the above example, if value1 is less than value2, it would perform the operation "do this". Otherwise, it would continue through the program.

Also see: GT, Le, Less than, Programming definitions, Keyboard definitions

 

Index

Category:
Dictionary

Related Pages:
L - Definitions

Resolved

Were you able to locate the answer to your questions?

Home - Computer help - Contact - Dictionary - Links
Link to Computer Hope - Bookmark Computer Hope