diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index 26acacf..c7a4f66 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -1385,7 +1385,15 @@ ${SPCD_PYTHON_ALIAS} / ${spcd_stp__name}" # │ main │ # ╰──────╯ +spcd_test_local() { + local local_variable="KO!" + non_local_variable="OK" +} + spcd_main() { + spcd_test_local + echo "local_variable = \"${local_variable}\"" + echo "non_local_variable = \"${non_local_variable}\"" # environment spcd_txt_locale #