Implement coercion of numeric types for ascription and arithmetic (off by default)
Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
/// circumference = 70
|
||||
///
|
||||
/// exampleSketch = startSketchOn(XZ)
|
||||
/// |> circle(center = [0, 0], radius = circumference/ (2 * PI))
|
||||
/// |> circle(center = [0, 0], radius = circumference / (2 * PI))
|
||||
///
|
||||
/// example = extrude(exampleSketch, length = 5)
|
||||
/// ```
|
||||
|
Reference in New Issue
Block a user