From 20ff3b960ce6ccf92499237fd1dad9ffe45a4fb2 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 10 Dec 2023 11:46:22 +0200 Subject: Update content for html --- gemfeed/2023-12-10-bash-golf-part-3.html | 2 +- gemfeed/atom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'gemfeed') diff --git a/gemfeed/2023-12-10-bash-golf-part-3.html b/gemfeed/2023-12-10-bash-golf-part-3.html index daa426b9..3b44414f 100644 --- a/gemfeed/2023-12-10-bash-golf-part-3.html +++ b/gemfeed/2023-12-10-bash-golf-part-3.html @@ -288,7 +288,7 @@ baz foo
-What happened? The variable foo (declared with local) is available in the function it was declared in and in all other functions down the call stack! We can even modify the value of foo', and the change will be visible up the call stack. It's not a global variable; on the last line, echo "$foo"` echoes the global variable content.
+What happened? The variable foo (declared with local) is available in the function it was declared in and in all other functions down the call stack! We can even modify the value of foo, and the change will be visible up the call stack. It's not a global variable; on the last line, echo "$foo" echoes the global variable content.


if conditionals


diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index 67abc077..f6a2a318 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ - 2023-12-10T11:37:46+02:00 + 2023-12-10T11:46:05+02:00 foo.zone feed To be in the .zone! @@ -298,7 +298,7 @@ baz foo
-What happened? The variable foo (declared with local) is available in the function it was declared in and in all other functions down the call stack! We can even modify the value of foo', and the change will be visible up the call stack. It's not a global variable; on the last line, echo "$foo"` echoes the global variable content.
+What happened? The variable foo (declared with local) is available in the function it was declared in and in all other functions down the call stack! We can even modify the value of foo, and the change will be visible up the call stack. It's not a global variable; on the last line, echo "$foo" echoes the global variable content.


if conditionals


-- cgit v1.2.3