libnexakotlin
Toggle table of contents
0.4.7
common
Platform filter
common
Switch theme
Search in API
libnexakotlin
libnexakotlin
/
org.nexa.libnexakotlin
/
OP
/
Companion
/
DUP3
DUP3
val
DUP3
:
OP
Duplicates the top three stack items. Input:
x1 x2 x3
Output:
x1 x2 x3 x1 x2 x3