aiken/book/src/language-tour/todo.md

12 lines
260 B
Markdown

# Todo
A 'todo' type errors on evaluation but casts to any type.
It can be useful to let your project typecheck while you are still working on parts of it.
```
fn notImplementedYet(){
todo
}
```
It is also good practice to use instead of a todo comment.