Erklärung: Wofür sind Variablen gut?
Perl * Python * Ruby * PHP * JavaScript * Go
Schreibe ein Programm hello-name, das „hello“ und einen in einer Variablen gespeicherten Namen ausgibt! Also z.B. „hello Klaus“.
hello-name
Aufruf des Programms:
./hello-name
Ausgabe:
hello Klaus