From 17f84004c64ec8a8efb31f5149db8b4e57ddc080 Mon Sep 17 00:00:00 2001 From: Leon Gies Date: Mon, 13 May 2024 09:14:57 +0200 Subject: [PATCH] fixed EN.html --- static/EN.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/EN.html b/static/EN.html index 743e214..58baa46 100644 --- a/static/EN.html +++ b/static/EN.html @@ -97,13 +97,13 @@

Functions and aliases

Variables and data types

int, float, double, string, LPCWSTR und HGDIOBJ. Niemand kann sich diese Namen merken. DDP löst dieses Problem mit einfachen Deutschen Datentypnamen.


-

DDP has the following data types: Zahl (long), Kommazahl (double), Buchstabe (char), Text (string), Boolean (bool) und Listen (list)

+

DDP has the following data types: Zahl (long), Kommazahl (double), Buchstabe (char), Text (string), Wahrheitswert (bool) und Listen (list)

Attention: With lists you also have to pay attention to the spelling.

It's called Zahlen Liste, not Zahl Liste!