diff --git a/next/language/fundamentals.md b/next/language/fundamentals.md index 48183759..a5873d8d 100644 --- a/next/language/fundamentals.md +++ b/next/language/fundamentals.md @@ -748,6 +748,10 @@ A functional loop consumes arguments and returns a value. It is defined using th :end-before: end for loop 9 ``` +```{warning} +Currently in `loop exprs { ... }`, `exprs` is nonempty list, while `for { ... }` is accepted for infinite loop. +``` + ## Iterator An iterator is an object that traverse through a sequence while providing access