Update syntax-list-comprehensions.md

This commit is contained in:
James Napora 2022-02-13 16:38:12 -08:00 committed by GitHub
parent 17c0462665
commit e52d036000
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,4 +62,4 @@ let vector = c![x, for x in 1..10, if x % 2 == 0];
``` ```
### Function syntax ### Function syntax
List comprehensions could be implemented as functions like ``table.map`` or ``table.filter`` List comprehensions could be implemented as functions with ``table.map`` or ``table.filter``