Type conversion

A type conversion is the conversion from one type to another. In DDP, a type conversion looks like this:

<expression of one type> als <other type>.

For example: x als Text.

Conversion table

Only certain types can be converted to others.

input typeoutput typeNotes
ZahlKommazahl
Text
Wahrheitswert
Buchstabe
-
-
0 => falsch; nicht 0 => wahr
uses ASCII value
KommazahlZahl
Text
truncated
-
WahrheitswertZahlfalsch => 0; wahr => 1
TextZahl
Kommazahl
Buchstaben
-
-
-
BuchstabeZahl
Text
utf8 bytes in decimal
-
BuchstabenText-