+ 1
It means "meaning".
For example in HTML, <header> and <section> may look the same on a page but they mean something different, so they have different semantics.
`4 + 4` and `8` on the other hand look different, but have the same semantics*. So does `if(true) then 8`, and `8`.
(*well, depends)