octave-maintainers
[Top][All Lists]
Advanced

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

Parsing Peculiarity


From: Daniel J Sebald
Subject: Parsing Peculiarity
Date: Mon, 19 Jan 2009 03:19:00 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041020

On a fairly recent HG build, something like this gives strange results:

a = 1
%b = 2
b = 3
%b = 4
b = 5
c = length(b)

It's as though b gets lost because of the comment character.

Dan


reply via email to

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