annotate sequences/@bufferdata/width.m @ 0:672052bd81f8

Initial partial import.
author samer
date Wed, 19 Dec 2012 22:38:28 +0000
parents
children
rev   line source
samer@0 1 function h=width(o)
samer@0 2 % width - return width of buffers
samer@0 3 h=o.width;
samer@0 4