DNS query: Difference between revisions

m
→‎{{header|FutureBasic}}: Inserted code indents
No edit summary
m (→‎{{header|FutureBasic}}: Inserted code indents)
Line 714:
open "UNIX", 1, UnixCommand
while ( not eof( 1 ) )
input #1, UnixResponse
print UnixResponse
wend
close 1
Line 725:
open "UNIX", 1, UnixCommand
while ( not eof( 1 ) )
input #1, UnixResponse
print UnixResponse
wend
close 1
 
HandleEvents
handleevents
</syntaxhighlight>
{{output}}
Line 753:
mango.itojun.org has AAAA address 2001:2f0:0:8800:226:2dff:fe0b:4311
</pre>
 
 
=={{header|Go}}==
408

edits