Set of real numbers: Difference between revisions

Content added Content deleted
Line 1,468: Line 1,468:


=={{header|Lua}}==
=={{header|Lua}}==
{{trans|}}
<lang lua>function createSet(low,high,rt)
<lang lua>function createSet(low,high,rt)
local l,h = tonumber(low), tonumber(high)
local l,h = tonumber(low), tonumber(high)