bug report
Raphael Crawford-Marks <[email protected]>
| Newsgroups | gmane.comp.breve |
|---|---|
| Message-ID | <[email protected]> |
Code:
listOfThings (list).
...
print "Here's the stuff in the list: $listOfThings".
file write-line text "Here's the stuff in the list : $listOfThings".
Actual Output:
(from the print statement)
Here's the stuff in the list: { elmt1, elmt2, elmt3, ..., elmtN }
(from the write-line)
Here's the stuff in the list: N
Expected Output:
Output should be consistent, either printing out the contents of the list or the
length of the list.
--
Raphael Crawford-Marks
http://user-error.net
_______________________________________________
breve mailing list
[email protected]
http://www.spiderland.org/mailman/listinfo/breve