Properties
Similar Topics
Statistics
Comments
7
Participants
5
Subscribers
6
Votes
3
Views
1778
Share
Answered
Sometimes when writing GeoGebra script, my lines become very long and it would be nice to split them across multiple lines (like using the \ at the end of a line in Python). Is there a way to do this in GeoGebra script? Short example of what I'd like:
If(i < 10, {SetValue(a, a+i), \ SetValue(i, i+1), \ RunClickScript(loop)} )
- GeoGebra
- Help
- Partners
-
Contact us
- Feedback & Questions
- This email address is being protected from spambots. You need JavaScript enabled to view it.
- +43 677 6137 2693
© 2023 International GeoGebra Institute
you can show view in new window and expand the window
But anyway: The possibility of splitting the script lines makes sense.
Sorry, we won't be adding that
Comments have been locked on this page!