kos_program_eval
Evaluate a kerboscript expression and return the printed output. Use this tool to test kOS code snippets or retrieve values from the simulation.
Instructions
Evaluate a single kerboscript expression with PRINT (...) and return the printed value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes | kerboscript expression. Trailing periods are stripped. | |
| timeout_ms | No | Override default wait timeout. |