HTTP Request from inside WASM using gobasic and custom function

This example uses custom function in skx/gobasic.

See the output in browser developer console.

Actual code:


res$ = HTTPGET ("https://httpbin.org/anything")
PRINT res$

Info