Difference between revisions of "Operator Reference"
Jump to navigation
Jump to search
→Assignment Operators: reword
imported>Egocarib (modulus of negative number) |
imported>Egocarib (→Assignment Operators: reword) |
||
Line 168: | Line 168: | ||
</source> | </source> | ||
Only the = operator can be used | Only the = operator can be used to assign values to an [[Arrays_(Papyrus)|array]] element: | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
; Will not compile, as the compiler doesn't know how to handle it. | ; Will not compile, as the compiler doesn't know how to handle it. |