Réalisées par des traducteurs professionnels, des entreprises, des pages web ou traductions disponibles gratuitement.
p.ej. ambas producen el resultado: hello world.
that is, if you write $$a[ 1] then the parser needs to know if you meant to use $a[1] as a variable, or if you wanted $$a as the variable and then the [1] index from that variable.
a continuación, se reciben los tokens de los caracteres de la cadena "hello world".
the character tokens of the "hello world" string are now received.
he aquí un simple programa que imprime “hello world!”:console.log("hello world!
here is a minimalist hello world program:console.log("hello world!
a continuación, se muestra un ejemplo sobre cómo utilizar una cadena para transferir "hello world" a un worker en dowork.js.
below is a example of using a string to pass 'hello world' to a worker in dowork.js.
vamos ahora por un programa con un widget (un botón): el clásico "hello world" 'a la gtk2hs'.
now for a program with a widget (a button): the classic "hello world" à la gtk2hs.
ahora volvemos al estado de datos. al consumir el carácter h de hello world, se crea y se emite un token de carácter, y así sucesivamente hasta llegar al carácter .
we are now back at the "data state". consuming the h character of hello world will cause creation and emitting of a character token, this goes on until the is reached.