Open
Description
This is my first Idea:
forelse:
A basic way to have a way to either check if the table has contents and run a "foreach" or run the code in the empty block otherwise, should end with end
example:
forelse i,k in pairs({}) do
print(k)
empty
print("Its Empty :o")
end
more ideas later (im thinking)