diff --git a/src/functions.html b/src/functions.html index 772d7f4..6f42925 100644 --- a/src/functions.html +++ b/src/functions.html @@ -27,13 +27,17 @@
  • Running pint for the first time
  • Your very first P program!
  • -
  • Variables
  • -
  • Function
  • +
  • Variables
  • + +
  • Function
  • Functions

    - +

    Simple introduction to understanding how functions work and how you define them and how you use them

    diff --git a/src/getting-started.html b/src/getting-started.html index 5f3a852..04c29fd 100644 --- a/src/getting-started.html +++ b/src/getting-started.html @@ -21,13 +21,17 @@ /> diff --git a/src/variables.html b/src/variables.html index cbcea77..600030a 100644 --- a/src/variables.html +++ b/src/variables.html @@ -30,6 +30,7 @@
  • Variables
  • Function