三元运算符

数学三元运算符是输入为3个自变量的运算。计算机科学中的三元运算符是有3个操作数的运算符。[1]

计算机科学

C语言为代表的一些编程语言定义的条件表达式?:即为三元运算符表达式。[2]

Python语言中三元条件运算符表达式x if C else y。Python还支持列表的切片操作也是三元运算符,如a[b:c][3] OCaml的三元运算符表达式a.[b]<-c表示字符串a的索引b有值c[4]

SQL的between也是三元运算符。

参考文献

  1. MDN, nmve. . Mozilla Developer Network. MDN. [20 February 2017]. (原始内容存档于2022-05-06).
  2. Hoffer, Alex. . Cprogramming.com. Cprogramming.com. [20 February 2017]. (原始内容存档于2022-04-16).
  3. . docs.python.org. [2021-01-19]. (原始内容存档于2022-05-10).
  4. . caml.inria.fr. [2021-01-19]. (原始内容存档于2020-11-15).
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.