Page 1 of 1

How can I use the Python console?

Posted: 14.11.2017 10:03
by rovf
When I open the Python console, I get the usual Python prompt and below an entry field consisting of a single line. What I type here, will be copied to the Python prompt.

I had expected that when I enter a Python expression (say, 3+4), that it will be evaluated by Python (outputting 7), but in fact I only see "3+4" after the Python prompt, but no result.

What, then, is the purpose of this console, and how can I use it?

Posted: 14.11.2017 17:50
by Alexey
Type "=3+4"
See http://wiki.freepascal.org/CudaText#Console_panel
SynWrite- the same.