view testfile.m @ 13:dc8f6015f3e1 pytave-task

Use octave_main() to initiate Octave
author David Grundberg <individ@acc.umu.se>
date Thu, 23 Oct 2008 20:28:50 +0200
parents 4da14cce0890
children
line wrap: on
line source

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