Ticket #138 (closed defect: wontfix)

Opened 1 year ago

Last modified 1 year ago

print() always multi-line

Reported by: agr Assigned to: agr
Priority: trivial Milestone: CamScripter
Component: cmucam3 Version: 1.0
Keywords: Cc:

Description (Last modified by agr)

print( "string", x ); Always puts x on a new line. Doh, thats what it is supposed to do! use: print( "string" .. x );

Change History

10/14/07 19:18:28 changed by agr

  • status changed from new to closed.
  • resolution set to wontfix.
  • description changed.