octave-maintainers
[Top][All Lists]
Advanced

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

strange <<EOF behavior


From: Muhali
Subject: strange <<EOF behavior
Date: Sun, 15 Jan 2012 14:19:27 -0800 (PST)

The following behavior is what I would expect:

%> octave -q --eval '' <<EOF
disp(e) ;
EOF
 2.7183
%> 

When I change the eval-command to '#' I get nothing, however:

%> octave -q --eval '#' <<EOF
disp(e) ;
EOF
%> 

Is this supposed to be normal behavior?

M.

--
View this message in context: 
http://octave.1599824.n4.nabble.com/strange-EOF-behavior-tp4297910p4297910.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.


reply via email to

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