Skip to content
Snippets Groups Projects
Commit 289ce39c authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

comment

parent cc78ff7f
No related branches found
No related tags found
No related merge requests found
......@@ -28,8 +28,12 @@ Legende:
Array<string> -> Liste von Text in der Form ["", ""] oder ['','']
string | Array<string> -> Text ODER Liste von Text
number -> eine Zahl, zb 22
Anmerkung:
Eine Liste darf auch nur ein Element haben, das ist okay. Also z.B. ["hallo"]
Eine Liste darf auch nur ein Element haben, das ist okay. Also z.B. ["hallo"]
Und wenn du Daten noch nicht hast ist das vorgehen "XXX" einzutragen sehr gut, denn dann kann man später per
Textsuche die fehlenden Stellen heraussuchen (Daumen hoch).
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment