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

23 lines
346 B
Plaintext
Raw Normal View History

---
source: kcl-lib/src/simulation_tests.rs
description: Variables in memory after executing add_lots.kcl
---
{
"f": {
"type": "Function"
},
"x": {
"type": "Number",
"value": 3660.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
}
}
}