Files
modeling-app/rust/kcl-lib/tests/add_lots/program_memory.snap
2025-04-06 22:41:48 -04:00

17 lines
249 B
Plaintext

---
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"
}
}
}