Coerce the result of a function call to the function's return type (#6309)

Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
Nick Cameron
2025-04-22 11:00:53 +12:00
committed by GitHub
parent 30ee547ce4
commit e4e18dfd4b
207 changed files with 2796 additions and 1503 deletions

View File

@ -5,18 +5,18 @@ description: Variables in memory after executing multi-axis-robot.kcl
{
"j2RobotArm": {
"type": "Module",
"value": 7
"value": 8
},
"j3RobotArm": {
"type": "Module",
"value": 8
"value": 9
},
"robotArmBase": {
"type": "Module",
"value": 5
"value": 6
},
"rotatingBase": {
"type": "Module",
"value": 6
"value": 7
}
}