* 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
288 B
Markdown
17 lines
288 B
Markdown
---
|
|
title: "END"
|
|
subtitle: "Constant in std"
|
|
excerpt: "Identifies the ending face of an extrusion. I.e., the new face created by an extrusion."
|
|
layout: manual
|
|
---
|
|
|
|
Identifies the ending face of an extrusion. I.e., the new face created by an extrusion.
|
|
|
|
```kcl
|
|
END: string = 'end'
|
|
```
|
|
|
|
|
|
|
|
|