Jump to content

&&

From Wiktionary, the free dictionary

Translingual

[edit]

Symbol

[edit]

&&

  1. (programming) The conditional "and" operator in some programming languages.
    The output of true && false is false.