Tech Tuesday: Control Structures (Cont'd)

I was originally planning to write today’s Tech Tuesday post about how we can define our own words in a programming language.  But then I noticed an important omission in last week’s post on control structures.  I didn’t really explain how we can have multiple statements in either a loop or in a branch of program execution.  I just kind of snuck that into the following example:

Loading...
highlight
Collect this post to permanently own it.
Continuations logo
Subscribe to Continuations and never miss a post.
#tech tuesday#programming#control structures