Add tasks for all the new languages
This commit is contained in:
parent
9dc3c2bb62
commit
bba7bfd280
13208 changed files with 134745 additions and 0 deletions
17
Task/HTTP/Lingo/http-2.lingo
Normal file
17
Task/HTTP/Lingo/http-2.lingo
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
----------------------------------------
|
||||
--
|
||||
----------------------------------------
|
||||
on getAdobeHomePage ()
|
||||
script("SimpleHttpGet").new("http://www.adobe.com/", #printResult)
|
||||
end
|
||||
|
||||
----------------------------------------
|
||||
-- @callback
|
||||
----------------------------------------
|
||||
on printResult (res, err)
|
||||
if err="OK" then
|
||||
put res
|
||||
else
|
||||
put "Network Error:" && err
|
||||
end if
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue