What is this?

This is your new favourite programming language. Seriously, you never will need another. Especially if you are a german. Thanks to @Flxw for this idea (and the name).

How to run

  1. Install rust and cargo
  2. Edit main.alman
  3. Open terminal and type cargo run
  4. Enjoy your program

Features

Variables:

variable = number

Built-Ins:

drucke(variable)
druckeMitLeerzeile(variable)

Conditions:

wenn (variable <=|>=|>|<|!=|== number) {
  statement
  statement
  ...
}