Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- IN:
- //var xx
- var a//var uu
- /* dfdg */
- var b = 2
- fuction f(b, c)var d = c - 1 if(b > c)
- return d end return b end a = 3+ b
- DSP(f(8,b))
- var d = f(b,8)
- --------------
- Stage 1:
- var a
- var b = 2
- fuction f(b, c)var d = c - 1 if(b > c)
- return d end return b end a = 3+ b
- DSP(f(8,b))
- var d = f(b,8)
- --------------
- S:var
- S:a
- S:var
- S:b
- S:
- C:=
- S:2
- S:fuction
- S:f
- C:(
- S:b
- C:,
- S:c
- C:)
- S:var
- S:d
- S:
- C:=
- S:c
- S:
- C:-
- S:1
- S:if
- C:(
- S:b
- S:
- C:>
- S:c
- C:)
- S:return
- S:d
- S:end
- S:return
- S:b
- S:end
- S:a
- S:
- C:=
- S:3
- C:+
- S:b
- S:DSP
- C:(
- S:f
- C:(
- S:8
- C:,
- S:b
- C:)
- S:
- C:)
- S:var
- S:d
- S:
- C:=
- S:f
- C:(
- S:b
- C:,
- S:8
- C:)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement