Files
modeling-app/rust/kcl-lib/tests/import_constant/program_memory.snap

20 lines
317 B
Plaintext
Raw Normal View History

---
source: kcl-lib/src/simulation_tests.rs
description: Variables in memory after executing import_constant.kcl
---
{
"three": {
"type": "Number",
"value": 3.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
}
}
}