Encuesta de investigación: Cuéntanos sobre tu experiencia con Blockly
Comenzar encuesta
blockly > PREVIOUS_STATEMENT
Variable PREVIOUS_STATEMENT
Signature:
PREVIOUS_STATEMENT = ConnectionType.PREVIOUS_STATEMENT
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2024-09-12 (UTC)
[null,null,["Última actualización: 2024-09-12 (UTC)"],[[["`PREVIOUS_STATEMENT` is a variable representing the connection type for blocks that connect to the previous statement in a sequence."],["This variable is used to define the top connection point of a block, allowing it to stack vertically with other blocks."],["The value of `PREVIOUS_STATEMENT` is `ConnectionType.PREVIOUS_STATEMENT`, signifying its role in block connections."]]],["The core content defines the `PREVIOUS_STATEMENT` variable within a coding context, likely related to block-based programming. It specifies that this variable is associated with `ConnectionType.PREVIOUS_STATEMENT`. This indicates that `PREVIOUS_STATEMENT` represents a specific type of connection related to the preceding statement in a sequence of code blocks or commands, acting as a link between them. The content provides a formal declaration through the \"Signature.\"\n"]]