From owner-help-octave at bevo dot che dot wisc dot edu Tue Jan 23 12:17:03 1996 Subject: how 'error' command work? From: Chaturapadh Nakavachara To: help-octave at bevo dot che dot wisc dot edu Date: Wed, 24 Jan 1996 01:12:50 +0700 sorry for too many question but would you mind to answer me this question :) When I use Matlab this m file -------begin of win.m----- a=input() if(a) printf('a is not zero or empty'); else error('a is zero or empty'); end printf('this line will not show'); -------end of win.m------- but in octave if i use this file the line 'this line will not show' will appear would you mind to give me some suggestion for which commad i should use instead of error thanks a lot