Skip to content

Commit

Permalink
update built-in
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Aug 28, 2023
1 parent a5cc7b3 commit a33f0bd
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/standard-library/builtin.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,13 @@ let (result, err) = div(x, y)
if err != nil {
// If has error...
}
```
```

---

```jule
trait Dispose {
pub fn dispose(mut self)
}
```
Implements destructor method.

0 comments on commit a33f0bd

Please sign in to comment.