Files

8 lines
115 B
Plaintext
Raw Permalink Normal View History

@settings(defaultLengthUnit = mm)
import three from "import_cycle3.kcl"
export fn two() {
return three() - 1
}