Syntactic sugar
Syntactic sugar is a term in programming language design for surface-level syntax that makes code easier to write or read without increasing a language’s expressive power. Coined by Peter J. Landin in 1964, it is typically compiled away by translating to more primitive constructs, a process often called desugaring.