Overscore

Results 2 issues of Overscore

The following program: ```basic a=1 do a=a+a b=a+1 until a=b print "a = ",a; c=1 more: c=c+c d=c+1 if cd then goto more print "c = ",c; ``` results in:...

I created a TTF with FontForge to render HP like calculator keys. The glyph "enter" does not render in PDF (line 8), the space holder for the glyph is there....