Advertisement
pfgpastebin

What am I doing

Oct 2nd, 2015
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.58 KB | None | 0 0
  1. {
  2.     "code":[
  3.         {"id":"setvar","arg":["hello","qe"]},
  4.         {"id":"print","arg":["hi"]},
  5.         {"id":"print","arg":[{"id":"returntwo"}]},
  6.         {"id":"if","arg":[false],"spe":[
  7.             [
  8.                 {"id":"print","arg":["true"]}
  9.             ],
  10.             [
  11.                 {"id":"print","arg":["false"]}
  12.             ]
  13.         ]},
  14.         {"id":"print","arg":[
  15.             {"id":"getvar","arg":["hello"]}
  16.         ]},
  17.         {"id":"print","arg":[
  18.             {"id":"add","arg":[
  19.                 {"id":"returntwo"},5
  20.             ]}
  21.         ]}
  22.     ]
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement