Question about type() of variable declared with expr()
Hi I'm using 'expr()' and I have a few questions.I will ask questions according to the number written in the comments. 1) Can it be considered that eval() is applied when c is executed as it is?2) - 3) Why does Number appear when the type of variable c declared as expr() is checked?
If type() executes the argument, recognizes the type and displays the result, I wonder why it is Expression in ca...