sh declare variable

Shell
#!/bin/sh
MY_MESSAGE="Hello World"
echo $MY_MESSAGE
Source

Also in Shell: