# hello ```python print("Hello world") ``` ```javascript {Foo=bar} console.log("hello") ``` ```bash {Foo=bar, Bazz=quq} echo "hi" ```