How can I use the Python console?

Post Reply
rovf
Posts: 2
Joined: 09.12.2014 10:16

How can I use the Python console?

Post 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?
Alexey
Posts: 1633
Joined: 05.10.2012 22:10

Post by Alexey »

Type "=3+4"
See http://wiki.freepascal.org/CudaText#Console_panel
SynWrite- the same.
Post Reply