mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-07 07:16:42 +02:00
[coffeescript/it] Bring this version up to date with the english one
The following commits were taken into consideration and translated into italian:7afadb0181
960ee4a185
a67d9d9e0e
d115a86ac8
ef40704f9b
This commit is contained in:
@@ -62,7 +62,7 @@ matematica =
|
|||||||
# "radice": Math.sqrt,
|
# "radice": Math.sqrt,
|
||||||
# "quadrato": quadrato,
|
# "quadrato": quadrato,
|
||||||
# "cubo": function(x) { return x * quadrato(x); }
|
# "cubo": function(x) { return x * quadrato(x); }
|
||||||
#}
|
# }
|
||||||
|
|
||||||
# Splats:
|
# Splats:
|
||||||
gara = (vincitore, partecipanti...) ->
|
gara = (vincitore, partecipanti...) ->
|
||||||
@@ -71,7 +71,7 @@ gara = (vincitore, partecipanti...) ->
|
|||||||
# var partecipanti, vincitore;
|
# var partecipanti, vincitore;
|
||||||
# vincitore = arguments[0], partecipanti = 2 <= arguments.length ? __slice.call(arguments, 1) : [];
|
# vincitore = arguments[0], partecipanti = 2 <= arguments.length ? __slice.call(arguments, 1) : [];
|
||||||
# return print(vincitore, partecipanti);
|
# return print(vincitore, partecipanti);
|
||||||
#};
|
# };
|
||||||
|
|
||||||
# Esistenza:
|
# Esistenza:
|
||||||
alert "Lo sapevo!" if elvis?
|
alert "Lo sapevo!" if elvis?
|
||||||
|
Reference in New Issue
Block a user