evaluate_smalltalk_with_neo_console
Execute Pharo Smalltalk code expressions through NeoConsole to obtain evaluation results for development and debugging tasks.
Instructions
Evaluate a Pharo Smalltalk expression using NeoConsole.
Args:
expression: The Smalltalk expression to evaluate
command: The NeoConsole command to use (default: eval)
Returns:
The result of the evaluation
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes | ||
| command | No | eval |