June 2018 Update
This commit is contained in:
parent
ba8067c3b7
commit
22f33d4004
5278 changed files with 84726 additions and 14379 deletions
|
|
@ -1,3 +1,6 @@
|
|||
(for N 100
|
||||
(prinl
|
||||
(or (pack (at (0 . 3) "Fizz") (at (0 . 5) "Buzz")) N) ) )
|
||||
|
||||
# Above, we simply count till 100 'prin'-ting number 'at' 3rd ('Fizz'), 5th ('Buzz') and 'pack'-ing 15th number ('FizzBuzz').
|
||||
# Rest of the times 'N' is printed as it loops in 'for'.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue