diff --git a/doc/docs.md b/doc/docs.md index f70e0eda0d..8add68cecf 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -960,11 +960,13 @@ println(blue) Global variables are not allowed, so this can be really useful. + ```v println('Top cities: $TOP_CITIES.filter(.usa)')