Variablen

Erklärung: Wofür sind Variablen gut?

Syntaxaufgaben

Doku

Perl * Python * Ruby * PHP * JavaScript * Go

Problemlösungsaufgaben

Schreibe ein Programm hello-name, das „hello“ und einen in einer Variablen gespeicherten Namen ausgibt! Also z.B. „hello Klaus“.

Aufruf des Programms:

./hello-name

Ausgabe:

hello Klaus