Support calling KCL std KW fns, and move circle to KCL std

Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
Nick Cameron
2025-03-21 20:22:52 +13:00
parent c545ad71c6
commit 0913d3ebdc
87 changed files with 11737 additions and 9700 deletions

View File

@ -3,6 +3,7 @@
// Note that everything in the prelude is treated as exported.
export import * from "std::math"
export import * from "std::sketch"
/// A number
///