Properties
Similar Topics
Statistics
Comments
3
Participants
3
Subscribers
29
Votes
2
Views
484
Share
Solved
I have a list
L := {-5, -2, 1, 4}
If I Append to the end, it works OK, but not in the beginning.
Append(L, 0)
{(-5), (-2), 1, 4, 0}
Append(0, L)
-> ?
Append({8}, L)
->{8, {(-5), (-2), 1, 4}}
#######
Length(L)
-> 4
Element(L, Lenght(L))
Sorry something went wrong. Please ...
I know I could use Last, But it outputs a list, not the last element.
M
- 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
© 2021 International GeoGebra Institute
Just noticed that this happens in GG5 &GG6 desktop versions. Seems to work OK in Graphing Calculator App and Classic 6 web version. The problem is in CAS-versions.
M
I wrote lenght also not length
confirmed in GeoGebra Classic 5.0.502.0-d (30 September 2018) CAS
Thanks, fixed for next release (v503)
Comments have been locked on this page!