1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-12-01 22:19:32 +02:00
Files
ferret/docs/examples/blank-page.fql
2018-10-04 21:37:28 -04:00

3 lines
95 B
Plaintext

LET doc = DOCUMENT("about:blank", true)
NAVIGATE(doc, "https://www.google.com/")
RETURN doc.url