Page 1 sur 1

double quotes “”

Publié : jeu. nov. 01, 2018 2:34 pm
par compsystems
Hello, accidentally between the following double quotes “”
What does this mean for xcas?

Code : Tout sélectionner

f():={ 
  return “k”;
}:;
// Parsing f
// Warning: “k”, declared as global variable(s)...
// compiling f

Re: double quotes “”

Publié : ven. nov. 02, 2018 2:14 pm
par parisse
Probably that the non-standard quotes and k are grouped in the identifier name.