2024-12-07 07:16:04 +13:00
|
|
|
---
|
2025-03-13 11:13:33 -07:00
|
|
|
source: kcl-lib/src/simulation_tests.rs
|
2025-02-13 11:59:57 +13:00
|
|
|
description: Variables in memory after executing import_glob.kcl
|
2024-12-07 07:16:04 +13:00
|
|
|
---
|
|
|
|
{
|
2025-02-13 11:59:57 +13:00
|
|
|
"foo": {
|
2025-05-05 23:40:18 -04:00
|
|
|
"type": "Function",
|
|
|
|
"value": null
|
2025-02-20 19:33:21 +13:00
|
|
|
},
|
2025-02-13 11:59:57 +13:00
|
|
|
"three": {
|
|
|
|
"type": "Number",
|
|
|
|
"value": 3.0,
|
2025-02-14 13:03:23 +13:00
|
|
|
"ty": {
|
|
|
|
"type": "Default",
|
|
|
|
"len": {
|
|
|
|
"type": "Mm"
|
|
|
|
},
|
|
|
|
"angle": {
|
|
|
|
"type": "Degrees"
|
|
|
|
}
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-02-13 11:59:57 +13:00
|
|
|
}
|
2024-12-07 07:16:04 +13:00
|
|
|
}
|