[1] "bar"
Main takeaways
- Expressions return values
- Assignment creates reusable names
- Types shape behavior
- Logic is explicit
- Control flow shapes execution
- Functions package reusable work
- Packages extend the language
- Help and errors are part of the workflow
Comments start with
#Comments are text for humans. The interpreter ignores them: