Skip to content

Commit

Permalink
Merge pull request #295 from fiona-galston/english-loop-terms
Browse files Browse the repository at this point in the history
Add en for Loop and Infinite Loop
  • Loading branch information
baileythegreen authored Mar 31, 2021
2 parents c571d71 + c881f39 commit f1a8c14
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions glossary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3131,6 +3131,16 @@
- slug: independent_variable


- slug: infinite_loop
ref:
- loop
en:
term: "infinite loop"
def: >
A loop where the exit condition is never met, so the loop continues to repeat itself.
Often a programming error.
- slug: inner_join
ref:
- anti_join
Expand Down Expand Up @@ -3629,6 +3639,18 @@
long options typically use two dashes and a readable name, such as `--verbose`.
- slug: loop
ref:
- for_loop
- while_loop
- infinite_loop
- loop_body
en:
term: "loop"
def: >
A structure that repeatedly executes a section of code until a specific exit condition is met.
- slug: loop_body
en:
term: "loop body"
Expand Down

0 comments on commit f1a8c14

Please sign in to comment.