public void OnClickGetResult() { _resultText.text = "Result: " + ExpressionCompiler.GetResult(_inputText.text); }