Skip to content

Latest commit

History

History
70 lines (46 loc) 路 1.19 KB

README.md

File metadata and controls

70 lines (46 loc) 路 1.19 KB

Gava - Java in German




German Version created by Ben Herbst: https://www.benherbst.de/

Example code in German:

枚ffentlich klasse Beispiel {
    枚ffentlich statisch leer main(String[] args) {
        zeichenkette alphabet = "abcdefghijklmnopqrstuvwxyz";
        falls (alphabet.istGleich(alphabet)) {
            System.out.drucken("wahr");
        } sonst {
            System.out.drucken("falsch");
        }
    }
}

All supported German words:

w盲hrend - while

falls - if

wahr - true

falsch - false

枚ffentlich - public

privat - private

gesch眉tzt - protected

statisch - static

leer - void

stopp - break

weiter - continue

wechsel - switch

klasse - class

zeichenkette - String

final - final

null - null

versuch - try

fangen - catch

gleicht - equals

drucken - print

sonst - else

Credits

Thanks to zitreF for creating the Polish version which I forked for german!