9 lines
192 B
Text
9 lines
192 B
Text
getCurlVersion: function [][
|
|
if throws? [
|
|
call.external:'curl "curl_version" .expect: :string []
|
|
][
|
|
"library not found"
|
|
]
|
|
]
|
|
|
|
print ["curl version:" getCurlVersion]
|