メインコンテンツまでスキップ
バージョン:25.2

and, and if

  • Operator
    • and, and if
      • the logical conjunction operator: evaluates to true if and only if both of its operands are true
      • and always evaluates both of its operands
      • and if is a “short circuit” operator that only evaluates the second operand if the first operand is true
    • z is between x and y
    • x and y are equal
  • Keyword
    • pass and continue, pass message and continue
    • convert ... to format1 and format2
    • combine/join ... using x and y
    • split ... using x and y
    • the files and folders
    • used in time interval expressions (5 hours and 13 minutes)
    • used in unit expressions (7 feet and 3 inches)
      • new in 1.67