Jump to content

Radical of an integer: Difference between revisions

m
→‎{{header|Lua}}: The null value is called nil in Lua
(Added Lua)
m (→‎{{header|Lua}}: The null value is called nil in Lua)
Line 1,125:
for i = 1, maxNumber do
local count = dpfc[ upfc[ i ] ]
dpfc[ upfc[ i ] ] = ( count == nullnil and 1 or count + 1 )
end
io.write( "Distribution of radicals:\n" )
3,038

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.