Closed kastein closed 6 years ago
@kastein would you be willing to fix that yourself if we give you write access to the wiki? thanks.
Yes, I can fix it.
@kastein you should now have the appropriate permissions to edit wiki pages, let me know if it doesn't work
I'm not sure if I have the permission now because I couldn't find out how to edit the wiki. I was looking for the edit button but couldn't find one. Do I have to clone it and edit it locally?
The "Edit" button should be in the top right corner of the window, next to the green "New Page" button; to the right of the Wiki page title and above the page list. See the screenshot.
Can you see it?
No for me it looks like that
@kastein , can you try again?
Now it works, thank you. I fixed it.
Thank you!
stay in the flow! fix the next documentation issue ;-)
In the German documentation of the built-in functions the returned structures of currentDate() and currentTime are mixed up:
struct currentDate() Gibt das momentane Datum als Struktur der Form { h:int, m:int } zurück.
struct currentTime() Gibt die momentane Uhrzeit als Struktur der Form { day:int, month:int, year:int } zurück.