Glossary entry (derived from question below)
French term
parcourt
Le programme « member» recherche un élément de valeur « x » dans la séquence « e » et retourne « true » s’il trouve la séquence et « false » dans le cas contraire. Le programme « member » commence par placer la valeur de «e» dans la variable «f », puis parcourt «f» à l’aide d’une boucle à la recherche du premier élément ayant la valeur recherchée.
Thank you
4 | traverse | cc in nyc |
5 | scan | narasimha (X) |
4 | (then) runs.. | Salih YILDIRIM |
Dec 28, 2012 09:19: cc in nyc changed "Edited KOG entry" from "<a href="/profile/1246048">Louisa Tchaicha's</a> old entry - "parcourt"" to ""traverses""
Proposed translations
traverse
"The total_size function will traverse the variable and look at the sizes of contents."
http://search.cpan.org/~nwclark/Devel-Size-0.78/lib/Devel/Si...
In Louisa's text, the "member" program begins by placing value of "e" in variable "f," and then traverses "f" with the aid of a loop searching for the first element having the value sought.
In other words, after setting variable "f" to value "e," the "member" program traverses "f" using a loop to seek the first element with the desired value.
--------------------------------------------------
Note added at 1 day30 mins (2012-12-28 09:23:53 GMT) Post-grading
--------------------------------------------------
I would not have come up with this second suggestion without veratek's comment regarding my first suggestion (browse). ;-)
scan
Thank you |
(then) runs..
Thank you |
Discussion
This is wrong as well. In the context of "parsing a string," parsing involves analysis of each string element, in sequential fashion, as was described. Not decomposition as you say - so finding a match is analyzing the element in the string.