Advertisement
Guest User

Code snippet

a guest
Nov 29th, 2017
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.11 KB | None | 0 0
  1. float Fred = 1.0; //Comment.
  2. {
  3.     float Fred = 2.1; //Another comment.
  4. }
  5. {
  6.     float Fred = 3.1; //More comments.
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement