view testfile.m @ 118:c13989ec8b17 error-msgs

maint: Closing inactive branch "error-msgs" from git history
author Mike Miller <mtmiller@octave.org>
date Thu, 17 Mar 2016 17:22:01 -0700
parents 4da14cce0890
children
line wrap: on
line source

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