List of referenced programming language syntax designs
From Learn X in Y Minutes: Scenic Programming Language Tours
Bash:
#!/usr/bin/env bash
# First line of the script is the shebang which tells the system how to execute
# the script: https://en.wikipedia.org/wiki/Shebang_(Unix)
# As you already figured...
blog.axa6.com171 min read