My question is in two parts; the first is, what is the $|$ operator called? Here's an example of it in use:
$$(x + 5)|_{x=3} = 8$$
My second question is, how do I use this operator for more than one variable? For example, would I write $(x + y)|_{x=3,y=3}$? Or $(x + y)|_{x=3}|_{y=3}$? Or another variation?
Any help is appreciated.