-
Notifications
You must be signed in to change notification settings - Fork 111
Closed
Description
Description:
In the examples pages, the section termed as "Featured functions" includes both functions and keywords that are not actually functions, such as Array
or color datatype
.
For instance, see the following example pages:
This could potentially lead to confusion, as the term "functions" typically refers to operations or methods, not data types or keywords.
Proposed Solution:
Consider renaming the "Featured functions" section to a more generic name that encompasses both functions and non-function keywords. A suggestion could be "Highlighted Features", "Key Concepts", or "Key Elements".