Difference between revisions of "Cast Reference"

67 bytes added ,  20:43, 3 October 2016
no edit summary
imported>Taleden
m (clarified each variable's type in the code examples)
imported>FrankFamily
Line 67: Line 67:
; x gets 10
; x gets 10
x = 10.5 as int
x = 10.5 as int
</source>
<br>
<source lang="papyrus">
; x gets -1
x = -1.9 as int
</source>
</source>
<br>
<br>
Anonymous user