var x number; var y number;
begin :x :=1; end;
create or replace function f3
return number is
begin return 2; end;
exec :y := f3();
print x; - - 1
print y; - - 2
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
chamisso
Highly Voted 5 years agonadzeya_bdc
4 years, 6 months agoGianluca1988
4 years agoBM2000
Most Recent 1 year, 11 months agoBM2000
1 year, 11 months agoLimak665
3 years, 8 months agoparvizmalik
3 years, 11 months ago