diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-05-05 09:56:54 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-05 09:56:54 +0100 |
| commit | cab10097634694e8d13642bf3dd330fc15333ee3 (patch) | |
| tree | bceb5146a7692dcb3e2fbd190f755b86b527eae5 /content/html/gemfeed | |
| parent | cd604101878eacb63ffe17896e033bd86b5ba936 (diff) | |
fix
Diffstat (limited to 'content/html/gemfeed')
| -rw-r--r-- | content/html/gemfeed/2010-05-09-the-fype-programming-language.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/html/gemfeed/2010-05-09-the-fype-programming-language.html b/content/html/gemfeed/2010-05-09-the-fype-programming-language.html index 5dd8e5e0..1dd0d340 100644 --- a/content/html/gemfeed/2010-05-09-the-fype-programming-language.html +++ b/content/html/gemfeed/2010-05-09-the-fype-programming-language.html @@ -397,7 +397,7 @@ foo; bar; # Will produce an error, because bar is out of scope! </pre> <h2>Arrays</h2> -<p>Some progress on arrays has been made too. The following example creates a multi dimensional array "foo". Its first element is the return value of the func which is 0. The fourth value is a string ”3” converted to a double number. The last element is an anonymous array which itself contains another anonymous array as its last element:</p> +<p>Some progress on arrays has been made too. The following example creates a multi dimensional array "foo". Its first element is the return value of the func which is "bar". The fourth value is a string ”3” converted to a double number. The last element is an anonymous array which itself contains another anonymous array as its last element:</p> <pre> func bar { say ”bar” } my foo = [bar, 1, 4/2, double ”3”, [”A”, [”BA”, ”BB”]]]; |
