Now that you’ve been introduced to the main types and containers available in Julia, it is time to put them to work.
3.1 Code Block Structure and Variable Scope
Note that parentheses around the condition are not necessary, and the block ends with the keyword end.
Variable Scope
Note that within a block the visibility of a variable changes, and Julia ...