4 lines
78 B
Text
4 lines
78 B
Text
|
|
local(x = curl('https://sourceforge.net'))
|
||
|
|
local(y = #x->result)
|
||
|
|
#y->asString
|