-- Module with a FizzBuzz function-- Lua is fun!
local p =
function p.fizzbuzz(frame) local t = for i = 1, 100 do if i % 15
0 then t[i] = "Buzz" elseif i % 3
return p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Sandbox/QuinticFormula".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.