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 97f7e64 commit cdec41c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ For Love2D sample project see this repository: [VimSnake](https://github.com/zer
```forth
alias: 2^n 2 swap #( math.pow 2 1 )
\ define a local word
:: sum-of-pows ( -- n ) 0 10 0 do i 2^n + loop ;
: sum-of-pows ( -- n ) 0 10 0 do i 2^n + loop ;
var map
{ $key [ 1 2 "apple" sums-of-pows ] } -> map
Expand Down

0 comments on commit cdec41c

Please sign in to comment.