Remove CallExpression support (#6639)
Users MUST use keyword call syntax now. Closes https://github.com/KittyCAD/modeling-app/issues/4600
This commit is contained in:
@ -9,6 +9,6 @@ box_sketch = startSketchOn(XY)
|
||||
|> xLine(length = box_width, tag = $line1)
|
||||
|> yLine(length = box_depth, tag = $line2)
|
||||
|> xLine(endAbsolute = profileStartX(%), tag = $line3)
|
||||
|> close(%, $line4)
|
||||
|> close(tag = $line4)
|
||||
|
||||
box3D = extrude(box_sketch, length = box_height)
|
||||
box3D = extrude(box_sketch, length = box_height)
|
||||
|
Reference in New Issue
Block a user