Translingual

edit

Symbol

edit

&&

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