Skip to content
Permalink
Browse files
Made functions folder in line with the rest of the format
  • Loading branch information
Barnsa committed Jul 15, 2020
1 parent 975d6bd commit d5a1974514026d01371595713d8f8adc0828e115
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
@@ -0,0 +1 @@
# Functions
@@ -55,16 +55,15 @@
* [Else](./conditionals/README.md#Else)
* [Elif](./conditionals/README.md#elif)
* Iteration
* [For](./for-loops/README.md)
* [Test Your Knowledge: Countdown](./for-loops/README.md#test-your-knowledge-countdown)
* [While](./while-loops/README.md)
* [Test Your Knowledge: Fibonacci](./while-loops/README.md#test-your-knowledge)
* Break
* Continue
* Else
* [For](./iteration/for-loops/README.md)
* [Test Your Knowledge: Countdown](./iteration/for-loops/README.md#test-your-knowledge-countdown)
* [While](./iteration/while-loops/README.md)
* [Test Your Knowledge: Fibonacci](./iteration/while-loops/README.md#test-your-knowledge)
* [Break](./iteration/control-statements/README.md#break)
* [Continue](./iteration/control-statements/README.md#continue)
* Test Your Knowledge: They Came From Space (or other game)

* Functions
* [Functions](./functions/intro-to-functions)
* Function Syntax
* Returning Values
* Parameters
@@ -11,8 +11,8 @@ nav:
- 'Recursion': 'iteration/recursion/README.md'
- 'Functions':
- 'Introduction to functions': 'functions/intro-to-functions.md'
- 'Built-in functions': 'functions/built-in-functions/README.md'
- 'User created functions': 'functions/user-functions/README.md'
- 'Built-in functions': 'functions/built-in-functions/README.md'


markdown_extensions:

0 comments on commit d5a1974

Please sign in to comment.