Files
modeling-app/src/wasm-lib/kcl/std/prelude.kcl

11 lines
212 B
Plaintext
Raw Normal View History

@no_std
// Note that everything in the prelude is treated as exported.
export import * from "std::math"
export ZERO = 0
export QUARTER_TURN = 90deg
export HALF_TURN = 180deg
export THREE_QUARTER_TURN = 270deg