Stay organized with collections
Save and categorize content based on your preferences.
blockly > PREVIOUS_STATEMENT
PREVIOUS_STATEMENT variable
Signature:
PREVIOUS_STATEMENT = ConnectionType.PREVIOUS_STATEMENT
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["\u003cp\u003e\u003ccode\u003ePREVIOUS_STATEMENT\u003c/code\u003e is a variable representing the connection type for blocks that connect to the previous statement in a sequence.\u003c/p\u003e\n"],["\u003cp\u003eThis variable is used to define the top connection point of a block, allowing it to stack vertically with other blocks.\u003c/p\u003e\n"],["\u003cp\u003eThe value of \u003ccode\u003ePREVIOUS_STATEMENT\u003c/code\u003e is \u003ccode\u003eConnectionType.PREVIOUS_STATEMENT\u003c/code\u003e, signifying its role in block connections.\u003c/p\u003e\n"]]],["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"],null,["[blockly](./blockly.md) \\\u003e [PREVIOUS_STATEMENT](./blockly.previous_statement_variable.md)\n\nPREVIOUS_STATEMENT variable\n---------------------------\n\n**Signature:** \n\n PREVIOUS_STATEMENT = ConnectionType.PREVIOUS_STATEMENT"]]