Vertaling van "fonction foo" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Cela provient du fait que, dans la fonction foo, la variable $var pointe sur le même contenu que $a.
This happens because in the function foo the variable $var refers to the same content as $a.
Appelons cette fonction foo().
Cliquer ne vous montrera que les utilisations de cette variable dans la fonction bar parce que KDevelop comprend que la variable var dans la fonction foo n'a aucun rapport avec la première.
Clicking on it will only show you the uses of this variable in function bar because KDevelop understands that the variable var in function foo has nothing to do with it.
Par exemple, le nom de fichier de la fonction foo doit être foo.m.
For example, the filename for the foo function must be foo.m.
Intuitivement, ce morceau de code peut sembler retourner la liste ['a'] à chaque appel de la fonction foo().
Intuitively, this piece of code might seem like it ought to return the list ['a'] whenever it is run.
Pour appeler une fonction foo de la bibliothèque Sage depuis un fichier spyx, importez sage.all et appelez sage.all.foo.
If foo is a function in the Sage library, to use it from a spyx file import sage.all and use sage.all.foo.
Ici, la variable $var dans la fonction foo sera liée à $bar dans l'appelant, mais elle sera ensuite reliée à $GLOBALS["baz"].
What happens is that $var in foo will be bound with $bar in the caller, but then re-bound with $GLOBALS["baz"].
La prochaine fois que vous ouvrez un des VIs en dehors du projet, LabVIEW lie l'appel de la fonction foo au fichier.m approprié tant que vous n'ouvrez qu'un des VIs.
When you next open one of the VIs outside of the project, LabVIEW links the call to the foo function to the appropriate.m file as long as you open only one of the VIs.