mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-11 18:32:53 +03:00

This will allow for the following: if want_foo; then function foobar() { echo "foo" } else function foobar() { echo "bar" } fi foobar Signed-off-by: TerraTech <1118433+TerraTech@users.noreply.github.com> Signed-off-by: Andrew Borodin <aborodin@vmail.ru>