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

89 lines
1.2 KiB
Plaintext
Raw Normal View History

---
source: kcl/src/simulation_tests.rs
description: Variables in memory after executing kw_fn.kcl
---
{
"add": {
"type": "Function",
"__meta": [
{
"sourceRange": [
43,
77,
0
]
}
]
},
"increment": {
"type": "Function",
"__meta": [
{
"sourceRange": [
12,
35,
0
]
}
]
},
"three": {
"type": "Number",
"value": 3.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
110,
111,
0
]
},
{
"sourceRange": [
121,
122,
0
]
}
]
},
"two": {
"type": "Number",
"value": 2.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
95,
96,
0
]
},
{
"sourceRange": [
32,
33,
0
]
}
]
}
}