view arrows/@loop1/tostring.m @ 27:5de03f77dae1

Added documentation about types and revised arrow type specifications.
author samer
date Sat, 19 Jan 2013 14:22:09 +0000
parents 672052bd81f8
children
line wrap: on
line source
function s=tostring(a)
	s=sprintf('loop1(%s)',tostring(a.init));