Expression Syntax Error
Posted by
Mathieu on
Feb 28, 2021; 9:43am
URL: https://forum.librecad.org/Expression-Syntax-Error-tp5720285.html
Hi,
I try to use the command lines but have an "Expression Syntax Error". Here is the code :
c=10
d=\c+\c
po
\d,\d
and the answer of the command line is that one :
\c+\c,\c+\c
Expression Syntax Error
I don't know why it does not work because the following codes work :
a=5
po
\a,\a
b=5+5
po
\b,\b
If anyone can find the problem with my syntax, I would be so glad

Thanks,
have a nice day,
Mathieu.