1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-01-24 03:49:29 +02:00
ferret/examples/blank-page.fql

3 lines
95 B
Plaintext
Raw Normal View History

2018-10-04 21:37:28 -04:00
LET doc = DOCUMENT("about:blank", true)
NAVIGATE(doc, "https://www.google.com/")
RETURN doc.url