Special variables: Difference between revisions

m
(C++ entry)
Line 645:
Dyalect has a special <code>this</code> which is available inside methods:
 
<lang dyalect>func Integer.doubleDouble() {
this + this
}
print(8.doubleDouble())</lang>
 
=={{header|Déjà Vu}}==
Anonymous user