POV-Ray

The Persistence of Vision Raytracer (POV-Ray).

This is the legacy Bug Tracking System for the POV-Ray project. Bugs listed here are being migrated to our github issue tracker. Please refer to that for new reports or updates to existing ones on this system.

Attached to Project: POV-Ray
Opened by Mike H - 2010-06-17
Last edited by Thorsten Fröhlich - 2011-08-23

FS#136 - String concatenation operator

Using the concat function is tedious. Why not just have an operator with which to concatenate strings?

“Hello " + “world!”

“Hello " . “world!”

Closed by  Thorsten Fröhlich
Tuesday, 23 August 2011, 09:30 GMT
Reason for closing:  Won't implement
Grimbert Jérôme commented on Thursday, 24 June 2010, 13:04 GMT

What's wrong with concat(,,,) ?

Overloaded operator sucks. "+" is for addition (and is already a pain due to working with number and vector with promotion...), "." is a decimal separator.

( "Hello " . " world!" ) should be simply "Hello world!", remove the superfluous end quote, operator, start quote.

Copying syntax from other "cool" languages without a real purpose might give you happiness, but what's the point for the SDL of povray ?

Mike H commented on Friday, 25 June 2010, 14:33 GMT

"What's wrong with concat(,,,) ?"

Already stated. Please read.

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing