help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to suppress to display comment and code


From: Oliver Heimlich
Subject: Re: How to suppress to display comment and code
Date: Tue, 31 May 2016 12:26:42 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.7.0

On 31.05.2016 11:34, Tatsuro MATSUOKA wrote:
> Hello
> 
> On octave 4.
> 
> Script stest.m
> 
> % stest.m
> disp('stest.m');
> % end stest.m
> 
>>> stest
> ## stest.m
> disp ('stest.m');
> stest.m
> ## end stest.m
> endscript;
> 
> I do not want to display comments and code.
> How do I kill to display them.
> 
> Tatsuro

It looks like you have accidentally enabled “echo”. Use “echo off” to
get rid off that.

Oliver



reply via email to

[Prev in Thread] Current Thread [Next in Thread]