EVAL MODE
---
1. EVAL MODE
Definition :
EVAL is a mode which allows to type in Python expressions
EVAL will display an history of inputs and results
1.1. Modus operandi
Operations
result
type in main line the python expression followed by Return_Key
=> will evaluate the line
Control-e_Key in minipad
execute the line(s) (useful when many lines)
1.2. Examples
démonstration à Ben Guerir
Screen shot