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

x

Function, Keyword, Multiplication Operator

  • function

    • returns the x coordinate of a point, or of the origin of a rectangle

    • Examples:

        put the x of [12,47] —> 12
        set bounds to [100,75,200,85]
      put bounds.x —> 100
    • Related: y, left, right, width, height, size

  • keyword

    • '0x' hexadecimal numeric literals
  • multiplication operator

    • new in 1.67

    • Examples:

        put 5 x 13 —> 65
    • Related: *, times, multiplied