Evaluate an expression and return the result.
This is the default action for non-command input. Supports await for async expressions.
await
Future<dynamic> eval(String expression);