double quotes “”
Publié : jeu. nov. 01, 2018 2:34 pm
Hello, accidentally between the following double quotes “”
What does this mean for xcas?
// Parsing f
// Warning: “k”, declared as global variable(s)...
// compiling f
What does this mean for xcas?
Code : Tout sélectionner
f():={
return “k”;
}:;
// Warning: “k”, declared as global variable(s)...
// compiling f