Bash Endless Loop

I always keep forgetting where the colon (;) key should be placed in a Bash endless loop so thought of jotting it down.

while true; do ls; done