Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature idea: forelse #13

Open
JustPlayerDE opened this issue Jun 11, 2020 · 2 comments
Open

feature idea: forelse #13

JustPlayerDE opened this issue Jun 11, 2020 · 2 comments
Labels
enhancement New feature or request
Projects

Comments

@JustPlayerDE
Copy link

JustPlayerDE commented Jun 11, 2020

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)

@JustPlayerDE JustPlayerDE changed the title Some ideas Some JustPlayer ideas Jun 11, 2020
@JustPlayerDE JustPlayerDE changed the title Some JustPlayer ideas feature: forelse Jun 11, 2020
@JustPlayerDE JustPlayerDE changed the title feature: forelse feature idea: forelse Jun 11, 2020
@NoSharp
Copy link
Member

NoSharp commented Jun 11, 2020

Added into the voting pool.

@TomDotBat TomDotBat added the enhancement New feature or request label Jun 11, 2020
@TomDotBat
Copy link
Member

Vote in: https://discord.gg/UNmVDUv

@FoksVHox FoksVHox added this to To do in v1.2 Jun 12, 2020
@NoSharp NoSharp moved this from To do to In progress in v1.2 Jun 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
v1.2
  
In progress
Development

No branches or pull requests

3 participants