FizzBuzz: Difference between revisions

Content added Content deleted
m (Remove accidental code inclusion)
m (→‎{{header|Factor}}: Remove an extra space from the output.)
Line 3,971: Line 3,971:


M: fizzbuzz fizzbuzz>string
M: fizzbuzz fizzbuzz>string
drop "Fizz Buzz" ;
drop "FizzBuzz" ;


M: integer fizzbuzz>string
M: integer fizzbuzz>string