https://bugs.documentfoundation.org/show_bug.cgi?id=154471

eisa01 <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|macOS (All)                 |All
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |NOTABUG

--- Comment #4 from eisa01 <[email protected]> ---
That seems all normal to me

If you print a data structure directly, don't be surprised if the programming
language presents it like that. Loop through it and print the individual items
if you want to print the contents

The following produces correct output, and using just "TEXT X" does not even
work

PENSIZE 30
FILLCOLOR “PURPLE”
PENCOLOR “FUCHSIA”
SQUARE 360
FONTSIZE 80
x = (“ABC”, “DEF”)
TEXT x[0]
FORWARD 10
TEXT x[1]

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to