mirror of
				https://github.com/MontFerret/ferret.git
				synced 2025-10-30 23:37:40 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			201 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			201 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| LET origin = "https://github.com/"
 | |
| LET target = "https://github.com/features"
 | |
| LET doc = DOCUMENT(origin, true)
 | |
| 
 | |
| NAVIGATE(doc, target)
 | |
| NAVIGATE_BACK(doc)
 | |
| NAVIGATE_FORWARD(doc)
 | |
| 
 | |
| RETURN doc.url == target
 |