diff --git a/SC2089.md b/SC2089.md index e326d4b..0ce32b0 100644 --- a/SC2089.md +++ b/SC2089.md @@ -18,7 +18,7 @@ ls "${args[@]}" Bash does not interpret data as code. Consider almost any other languages, such as Python: -```sh +```python print 1+1 # prints 2 a="1+1" print a # prints 1+1, not 2