cadabra2
cadabra2 copied to clipboard
Not displayed correctly in TeXMacs
The following code is not displayed properly:
for i in range(0,5):
print(i)
It displays nothing, adding ";" displays the result "...,none,4,none,5,...".
In the tutorial sphere
TeXMacs:
I have just fixed the print issue. The other one looks like a texmacs problem, in the sense that it seems to not process brackets correctly, but I'll have a look.
Understood. Thank you.