Oddities with printing

Bug #940675 reported by Clinton Blackmore
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Enchanting
Confirmed
Low
Unassigned

Bug Description

Try the following print statements:

When the green flag is pressed:
print 11abcd
print \nA\tBC
print ----
print
print ----

I get the following results in Enchanting 0.0.9.1:

11.0
A#BC
----
----

Notes:
-in the first line, the text immediately following the number is lost.
-On the second line, \n is lost, and \t becomes a funky symbol (not actually a hash mark). If I put, say, \g in there, I get an error compiling.
-the fourth line does not cause a blank line to be printed. (Note that it was empty -- lacking even a space symbol).

Expected results:

11abcd
\nA\tBC
----

----

or:

11abcd

A BC
----

----

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.