7 lines
99 B
Text
7 lines
99 B
Text
without js
|
|
#ilASM{ call :%label }
|
|
...
|
|
#ilASM{ jmp :skip
|
|
:%label
|
|
ret
|
|
::skip }
|