Glossary

`Write` / `WriteLn`

Built-in procedures for output. `Write` outputs values without a newline; `WriteLn` outputs values followed by a newline. Both support format specifiers for field width and decimal places. When used with a file variable, they write to that file. (Ch. 4)

Learn More

Related Terms