Glossary

`{ Our first Pascal program. ... }`

A **comment**. Everything between `{` and `}` is ignored by the compiler. Comments are for humans. Use them to explain *why* your code does what it does.

Learn More

Related Terms