fun numberClick(view: View) { if (view is TextView) { val number: String = view.text.toString() var result: String = resultTextView.tex