2024-10-31 11:43:14 -05:00
|
|
|
---
|
2025-03-08 04:04:57 +13:00
|
|
|
source: kcl-lib/src/simulation_tests.rs
|
2025-02-13 11:59:57 +13:00
|
|
|
description: Variables in memory after executing double_map_fn.kcl
|
2024-10-31 11:43:14 -05:00
|
|
|
---
|
|
|
|
{
|
2025-02-13 11:59:57 +13:00
|
|
|
"increment": {
|
2025-05-05 23:40:18 -04:00
|
|
|
"type": "Function",
|
|
|
|
"value": null
|
2025-02-13 11:59:57 +13:00
|
|
|
},
|
|
|
|
"xs": {
|
2025-03-08 04:04:57 +13:00
|
|
|
"type": "MixedArray",
|
2025-02-13 11:59:57 +13:00
|
|
|
"value": [
|
|
|
|
{
|
2025-02-14 08:28:00 +13:00
|
|
|
"type": "Number",
|
|
|
|
"value": 0.0,
|
2025-02-14 13:03:23 +13:00
|
|
|
"ty": {
|
2025-02-20 10:12:37 +13:00
|
|
|
"type": "Known",
|
|
|
|
"type": "Count"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-02-13 11:59:57 +13:00
|
|
|
},
|
|
|
|
{
|
2025-02-14 08:28:00 +13:00
|
|
|
"type": "Number",
|
|
|
|
"value": 1.0,
|
2025-02-14 13:03:23 +13:00
|
|
|
"ty": {
|
2025-02-20 10:12:37 +13:00
|
|
|
"type": "Known",
|
|
|
|
"type": "Count"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-02-13 11:59:57 +13:00
|
|
|
},
|
|
|
|
{
|
2025-02-14 08:28:00 +13:00
|
|
|
"type": "Number",
|
|
|
|
"value": 2.0,
|
2025-02-14 13:03:23 +13:00
|
|
|
"ty": {
|
2025-02-20 10:12:37 +13:00
|
|
|
"type": "Known",
|
|
|
|
"type": "Count"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-02-13 11:59:57 +13:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ys": {
|
2025-03-08 04:04:57 +13:00
|
|
|
"type": "MixedArray",
|
2025-02-13 11:59:57 +13:00
|
|
|
"value": [
|
|
|
|
{
|
|
|
|
"type": "Number",
|
|
|
|
"value": 2.0,
|
2025-02-14 13:03:23 +13:00
|
|
|
"ty": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"type": "Known",
|
|
|
|
"type": "Count"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-02-13 11:59:57 +13:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Number",
|
|
|
|
"value": 3.0,
|
2025-02-14 13:03:23 +13:00
|
|
|
"ty": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"type": "Known",
|
|
|
|
"type": "Count"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-02-13 11:59:57 +13:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Number",
|
|
|
|
"value": 4.0,
|
2025-02-14 13:03:23 +13:00
|
|
|
"ty": {
|
2025-04-07 16:13:15 +12:00
|
|
|
"type": "Known",
|
|
|
|
"type": "Count"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-02-13 11:59:57 +13:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2024-10-31 11:43:14 -05:00
|
|
|
}
|