Skip to content

Commit

Permalink
add primitive back
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Aug 28, 2024
1 parent f9acfff commit e7be68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/reference/evaluation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ A Symbol is _resolved_:
** a static method of the class, then the value is a Clojure function that invokes the static method. (since 1.12)
** a `.` prefixing an instance method of the class, then the value is a Clojure function that invokes the instance method. (since 1.12)
** `new`, then the value is a Clojure function that invokes the constructor. (since 1.12)
* If the qualifier names a class, and the symbol name is:
* If the qualifier names a class or primitive type, and the symbol name is:
** `1`-`9`, then the value is the array class whose component type is the qualifier and dimension per the digit. (since 1.12)
* Else, it is not qualified and the first of the following applies to the symbol name:
. If it names a special form it is considered a special form, and must be utilized accordingly.
Expand Down

0 comments on commit e7be68d

Please sign in to comment.