view testfile.m @ 0:4da14cce0890 pytave-branch

First launchpad.net check in.
author David Grundberg <c04dgg@cs.umu.se>
date Fri, 17 Oct 2008 12:05:46 +0200
parents
children
line wrap: on
line source

function [testresult] = testfile(arg)
	 disp(arg)
	 disp(["Type info: " typeinfo(arg)])
	 testresult = arg;#int8([1]);
end