``` scala @ def x[A](text: sourcecode.Text[A]) = text.source defined function x @ x(3 + 4) res10: String = "+ 4" @ x(3 * 4) res11: String = "*" ```