Skip to content

Commit 845dd58

Browse files
committed
docs(app): fix readMe example issue, and remove some old examples
1 parent 0d050b2 commit 845dd58

2 files changed

Lines changed: 3 additions & 12 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,11 @@ print(result(10, 20)) # 20
257257
Types are tracked at runtime via introspection:
258258

259259
```blk
260-
typeOf(x) == "int"
260+
typeOf(x) == types.INTEGER
261261
```
262262

263+
**Note:** types can be found in the [types](https://github.com/BelkacemYerfa/blk/blob/master/stdlib/type.go) module.
264+
263265
---
264266

265267
## 🛠️ Development Roadmap

examples/types_dcl.blk

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)