From 201458e3bd2f1d79a0ea0b853552e9df267e92b1 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 26 Dec 2016 20:44:10 -0800 Subject: 3713 - cross-link calls with definitions in html --- html/http-client.mu.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'html/http-client.mu.html') diff --git a/html/http-client.mu.html b/html/http-client.mu.html index 687790fa..cd71e1ac 100644 --- a/html/http-client.mu.html +++ b/html/http-client.mu.html @@ -58,9 +58,9 @@ if ('onhashchange' in window) { 2 3 def main [ 4 local-scope - 5 google:&:source:char <- start-reading-from-network 0/real-resources, [google.com/] + 5 google:&:source:char <- start-reading-from-network 0/real-resources, [google.com/] 6 n:num <- copy 0 - 7 buf:&:buffer <- new-buffer 30 + 7 buf:&:buffer <- new-buffer 30 8 { 9 c:char, done?:bool <- read google 10 break-if done? @@ -68,7 +68,7 @@ if ('onhashchange' in window) { 12 buf <- append buf, c 13 loop 14 } -15 result:text <- buffer-to-array buf +15 result:text <- buffer-to-array buf 16 open-console 17 len:num <- length *result 18 print 0/real-screen, result -- cgit 1.4.1-2-gfad0