Guest User

Untitled

a guest
Nov 14th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. my_int <- 87L
  2. class(my_int)
  3. my_int <- 87.0L
  4. class(my_int)
  5. my_int <- 87.87L
  6. class(my_int)
Add Comment
Please, Sign In to add comment