Most markdown motors require a blank line before introducing a bullet list.
Since github-flavored markdown does not care whether there is an extra blank line or not, let's put one.
* Add files via upload
tcsh/en added
* Add files via upload
[tcsh][en]
* Add files via upload
[tcsh][en]
* Add files via upload
[tcsh][en]
* Add files via upload
typos
* Add files via upload
typo at switch
* Add files via upload
tcsh/en added secret-num game as an example
* Add files via upload
competition -> completition
* tcsh/en
one more example to show when needed quotes at =~ and !~
* tcsh/en
Clear explanation about what the '@' does
Previously the `return z` didn't actually have any effect on the output, since the outer function just return the anon function's result directly. Updated to make the outer function do something to demonstrate the difference. Also renamed functions to make what they're doing easier to follow, and added a couple examples of behavior w/ explanations
- [x] I solemnly swear that this is all original content of which I am the original author
- [x] Pull request title is prepended with `[language/lang-code]`
- [x] Pull request touches only one file (or a set of logically related files with similar changes made)
- [x] Content changes are aimed at *intermediate to experienced programmers* (this is a poor format for explaining fundamental programming concepts)
- [x] If you've changed any part of the YAML Frontmatter, make sure it is formatted according to [CONTRIBUTING.md](https://github.com/adambard/learnxinyminutes-docs/blob/master/CONTRIBUTING.markdown)
- [x] Yes, I have double-checked quotes and field names!
Output:
My dog's name isfido, and his other favorite thing is a: teddy
New output:
My dog's name is fido, and his other favorite thing is a: teddy