* Fix various docs errors around std module Signed-off-by: Nick Cameron <nrc@ncameron.org> * remove KCL from lang docs titles and move settings docs Signed-off-by: Nick Cameron <nrc@ncameron.org> * Include functions declared in Rust in module docs Signed-off-by: Nick Cameron <nrc@ncameron.org> --------- Signed-off-by: Nick Cameron <nrc@ncameron.org>
17 lines
278 B
Markdown
17 lines
278 B
Markdown
---
|
|
title: "START"
|
|
subtitle: "Constant in std"
|
|
excerpt: "Identifies the starting face of an extrusion. I.e., the face which is extruded."
|
|
layout: manual
|
|
---
|
|
|
|
Identifies the starting face of an extrusion. I.e., the face which is extruded.
|
|
|
|
```kcl
|
|
START: string = 'start'
|
|
```
|
|
|
|
|
|
|
|
|