From: Ralph Ronnquist Date: Wed, 5 May 2021 03:52:24 +0000 (+1000) Subject: cleanup X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;ds=sidebyside;h=f421b4e96f0f0a7c677eb9aae97846686c7e3750;p=rrq%2Fjonasforth.git cleanup --- diff --git a/lib/example.f b/lib/example.f index 499f468..dad8518 100644 --- a/lib/example.f +++ b/lib/example.f @@ -17,8 +17,9 @@ 10 FIB .U SPACE S" (Expected: 59)" TELL NEWLINE ; -\ This example calls the Blt() function on UEFI's Graphics Output Protocol. See -\ the UEFI specification and uefi.f for more information. +\ This example calls the Blt() function on UEFI's Graphics Output +\ Protocol. See the UEFI specification and uefi.f for more +\ information. : BLUE-SQUARE GraphicsOutputProtocol HERE @ 255 C, 0 C, 0 C, 0 C, \ Buffer with single blue pixel