summaryrefslogtreecommitdiff
path: root/gemfeed/2010-05-09-the-fype-programming-language.md
diff options
context:
space:
mode:
Diffstat (limited to 'gemfeed/2010-05-09-the-fype-programming-language.md')
-rw-r--r--gemfeed/2010-05-09-the-fype-programming-language.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gemfeed/2010-05-09-the-fype-programming-language.md b/gemfeed/2010-05-09-the-fype-programming-language.md
index 3885a031..5c112724 100644
--- a/gemfeed/2010-05-09-the-fype-programming-language.md
+++ b/gemfeed/2010-05-09-the-fype-programming-language.md
@@ -301,7 +301,7 @@ until <expression> { <statements> }
## Scopes
-A new scope starts with an { and ends with an }. An exception is a procedure, which does not use its own scope (see later in this manual). Control statements and functions support scopes. The "scope" function prints out all available symbols at the current scope. Here is a small example:
+A new scope starts with an { and ends with an }. An exception is a procedure, which does not use its own scope (see later in this manual). Control statements and functions support scopes. The "scope" function prints out all available symbols at the current scope. Here is a small example:
```
my foo = 1;