Skip to content

Commit 1b7ccf7

Browse files
committed
Remove 'beta' notice on loops section
1 parent 8e89481 commit 1b7ccf7

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

website/docs/language/contracts.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -149,13 +149,9 @@ contract OneOfTwo(bytes20 pkh1, bytes32 hash1, bytes20 pkh2, bytes32 hash2) {
149149
}
150150
```
151151

152-
### Loops (beta)
152+
### Loops
153153

154-
Currently, CashScript supports `for`, `while` and `do-while` loops in the `0.13.0-next` pre-release.
155-
156-
:::caution
157-
Loops in CashScript are currently in beta and may not fully behave as expected with debugging and console.log statements. The syntax for loops may change in the future.
158-
:::
154+
CashScript supports `for`, `while` and `do-while` loops. It currently does not support `break` and `continue` statements.
159155

160156
#### for loop
161157

0 commit comments

Comments
 (0)