Updated SC2218 (markdown)

Eisuke Kawashima
2025-07-29 10:51:30 +09:00
parent 58e4648ebc
commit 9c16c265f0

@@ -29,7 +29,7 @@ Function definitions are much like variable assignments, and define a name at th
This is especially apparent when defining functions conditionally: This is especially apparent when defining functions conditionally:
``` ```sh
case "$(uname -s)" in case "$(uname -s)" in
Linux) hi() { echo "Hello from Linux"; } ;; Linux) hi() { echo "Hello from Linux"; } ;;
Darwin) hi() { echo "Hello from macOS"; } ;; Darwin) hi() { echo "Hello from macOS"; } ;;