compiling source code

borat_sagdiyev

Golden Master
Messages
8,986
what language is this and how do i compile this?


Disp "()()()Ip thingy()()()"
Disp "IP xxx.000.000.000"
Input A
Disp "IP 000.xxx.000.000"
Input B
Disp "IP 000.000.xxx.000"
Input C
Disp "IP xxx.000.000.xxx"
Input D
Disp "http://"
Disp (((A*256+B)*256+C)*256+D)
 
Back
Top Bottom