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

17 lines
249 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": 5700.0,
"ty": {
"type": "Unknown"
}
}
}