repo.or.cz
/
io
/
quag.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Removed all code that uses OpenGL from Image.
[io/quag.git]
/
addons
/
SystemCall
/
samples
/
pingtest.io
blob
84850048fdc91f9ecd01b687297b40c04b282c70
1
#!/
usr
/
bin
/
env io
2
3
4
SystemCall
with
(
"ping www.yahoo.com"
)
runWith
(
if
(
stdout readLine
betweenSeq
(
"time="
,
" ms"
)
asNumber
>
40
,
writeln
(
"^V^G"
)))