Hi, I'm not quite sure if I missed this in the docs, but is something like this possible? ```csharp [void] myMethod([int] a) { } myMethod(1); ``` running the above from `new EE().ScriptEvaluate()`, `myMethod` is defined inside of script, not on input / context, `[]` means optional.