mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 15:43:58 +00:00
User data has to follow the grammar
of the target language
This commit is contained in:
parent
56e7570b12
commit
fc7e086396
@ -91,9 +91,9 @@ cubes = (math.cube num for num in list)
|
|||||||
# return _results;
|
# return _results;
|
||||||
# })();
|
# })();
|
||||||
|
|
||||||
comidas = ['brocolis', 'espinafre', 'chocolate']
|
comidas = ['brócolis', 'espinafre', 'chocolate']
|
||||||
eat alimento for alimento in comidas when alimento isnt 'chocolate'
|
eat alimento for alimento in comidas when alimento isnt 'chocolate'
|
||||||
#=>comidas = ['brocolis', 'espinafre', 'chocolate'];
|
#=>comidas = ['brócolis', 'espinafre', 'chocolate'];
|
||||||
#
|
#
|
||||||
#for (_k = 0, _len2 = comidas.length; _k < _len2; _k++) {
|
#for (_k = 0, _len2 = comidas.length; _k < _len2; _k++) {
|
||||||
# alimento = comidas[_k];
|
# alimento = comidas[_k];
|
||||||
|
Loading…
Reference in New Issue
Block a user