Einzelnen Beitrag anzeigen

1234588

Registriert seit: 14. Jan 2007
Ort: Stuttgart
164 Beiträge
 
#3

Re: Umwandlung java zu Delphi

  Alt 28. Mai 2008, 00:20
Zitat von Phoenix:
Das einzige, was sonst noch auffällig wäre ist die for-Schleife.
nicht nur, die operatoren sind auch nicht delphi konform :o)

Delphi-Quellcode:
c delphi
= :=
== =
!= <>
| or
& and
und dann gibt es noch die tollen zuweisungsoperatoren wie +=

Delphi-Quellcode:
c delphi
i += 5; i := i + 5;
das selbe mit -= usw.
  Mit Zitat antworten Zitat