Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroflag authored Feb 18, 2025
1 parent 93b61c5 commit 223af68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@ alias: 2^n 2 swap #( math.pow 2 1 )
var map
{ $key [ 1 2 sums-of-pows ] } -> map
map.key 3 @ .
map.key 1 42 !
\ define a Lua callback
: love.keypressed (: key :)
key $escape = if #( os.exit ) then ;
: love.keypressed (: key :) key $escape = if #( os.exit ) then ;
```

## Documentation
Expand Down

0 comments on commit 223af68

Please sign in to comment.