Add tags

Add tags to the following comment
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
USING: kernel math math.parser io sequences ;

20 [
  1 + dup dup number>string write ":" write
  3 mod 0 =
  swap 5 mod 0 =
  2dup swap
  [ "Fizz" write ] [ ] if
  [ "Buzz" write ] [ ] if
  or not [ "hoge" write ] [ ] if
  nl
] each

Add tags

The input will be splited to tags with space.

Index

Feed

Other

Link

Pathtraq

loading...