Skip to content

Commit

Permalink
Update LICENSE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TodePond authored Nov 25, 2022
1 parent 9a3a18e commit dbad99d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ i = 0!
## Keyboard
```java
const var keys = {}!
on ("keydown") e => keys[e.key] = true!
on ("keyup") e => keys[e.key] = false!
after ("keydown") e => keys[e.key] = true!
after ("keyup") e => keys[e.key] = false!

when (keys[" "] = true) {
"You pressed the space bar!"?
Expand Down

0 comments on commit dbad99d

Please sign in to comment.