of     1   

Kicklicks3
#183167843Sunday, February 07, 2016 7:45 PM GMT

I'm a newb to tables so I really don't get how it's possible
Happywalker
#183167871Sunday, February 07, 2016 7:45 PM GMT

math.min(table.unpack(t))
cheesecake123456
#183168012Sunday, February 07, 2016 7:47 PM GMT

table = {5, 2, 7, 4} val = table[1] for _, v in pairs(table) do if v < val then val = v end end

    of     1