Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- x = 5;
- y = function( a ) use( x )
- {
- x += a;
- };
- y( 4 );
- println( x );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement