Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
「関数はブロックスコープで宣言してはならない」というミスラルールが理解できませんでした。ドキュメントに記載されている説明は、「ブロックスコープで宣言された関数は、囲んでいる名前空間のメンバーを参照するため、宣言は名前空間レベルで明示的に配置する必要があります。」囲んでいる名前空間のメンバーを参照するとはどういう意味ですか? 誰かが明確にすることができますか?