remove _ in names
This commit is contained in:
parent
829db87c40
commit
3af7344581
1270 changed files with 0 additions and 18916 deletions
|
|
@ -1,11 +0,0 @@
|
|||
: fizz ( n -- ) drop ." Fizz" ;
|
||||
: buzz ( n -- ) drop ." Buzz" ;
|
||||
: fb ( n -- ) drop ." FizzBuzz" ;
|
||||
: vector create does> ( n -- )
|
||||
over 15 mod cells + @ execute ;
|
||||
vector .fizzbuzz
|
||||
' fb , ' . , ' . ,
|
||||
' fizz , ' . , ' buzz ,
|
||||
' fizz , ' . , ' . ,
|
||||
' fizz , ' buzz , ' . ,
|
||||
' fizz , ' . , ' . ,
|
||||
Loading…
Add table
Add a link
Reference in a new issue