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

between

  • operator
  • is between, is not between, comes between, does not come between
    • tests whether a value is greater than or equal to one value and less than or equal to another
    • Examples:
      • 5 is between 3 and 7 — True
  • keyword
  • intersection function: values shared in common between list1 and list2
    • new in 1.62