comparison man/lispref/sequences.texi @ 80:1ce6082ce73f r20-0b90

Import from CVS: tag r20-0b90
author cvs
date Mon, 13 Aug 2007 09:06:37 +0200
parents c7528f8e288d
children 54f7aa390f4f
comparison
equal deleted inserted replaced
79:5b0a5bbffab6 80:1ce6082ce73f
398 (fillarray a 0) 398 (fillarray a 0)
399 @result{} [0 0 0 0 0 0 0] 399 @result{} [0 0 0 0 0 0 0]
400 a 400 a
401 @result{} [0 0 0 0 0 0 0] 401 @result{} [0 0 0 0 0 0 0]
402 @end group 402 @end group
403
403 @group 404 @group
404 (setq s "When in the course") 405 (setq s "When in the course")
405 @result{} "When in the course" 406 @result{} "When in the course"
406 (fillarray s ?-) 407 (fillarray s ?-)
407 @result{} "------------------" 408 @result{} "------------------"