Guest User

Untitled

a guest
May 27th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. [headius @ cnutter:~/projects/duby]
  2. ◆ bin/dubyc -e "a = 1; a; 1; puts a"
  3. [headius @ cnutter:~/projects/duby]
  4. ◆ javap -c dash_e
  5. Compiled from dash_e
  6. public class dash_e extends java.lang.Object{
  7. public static void main(java.lang.String[]);
  8. Code:
  9. 0: iconst_1
  10. 1: istore_0
  11. 2: getstatic #12; //Field java/lang/System.out:Ljava/io/PrintStream;
  12. 5: iload_0
  13. 6: invokevirtual #18; //Method java/io/PrintStream.println:(I)V
  14. 9: return
  15.  
  16. }
Add Comment
Please, Sign In to add comment