Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. compiled float Int2Float(var int x) {
  2. pushv x
  3. }
  4.  
  5. compiled int Float2Int(var float x) {
  6. pushv x
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement