View difference between Paste ID: X0HBUUCw and dL3TVPcn
SHOW: | | - or go back to the newest paste.
1-
type Check
1+
push 30
2-
  as long A,B,C
2+
push 20
3-
end type   
3+
push 10
4-
function Whatever(A as long,B as long,C as long) as Check  
4+
mov dword ptr [ebp-16], 0
5-
  return type<Check>(A,B,C)   
5+
mov dword ptr [ebp-12], 0
6-
 end function
6+
mov dword ptr [ebp-8], 0
7-
7+
lea eax, [ebp-16]
8-
var tTemp = Whatever(10,20,30)
8+
push eax
9-
print tTemp.A
9+
call _WHATEVER@12
10-
print tTemp.B
10+