octave-maintainers
[Top][All Lists]
Advanced

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

Re: Jump from 2.1.65 to 2.9.5


From: Rafael Laboissiere
Subject: Re: Jump from 2.1.65 to 2.9.5
Date: Sat, 22 Apr 2006 20:27:08 +0200
User-agent: Mutt/1.5.9i

* John W. Eaton <address@hidden> [2006-04-16 12:32]:

> Also, Octave is not the only program that treats "" and '' differently.
> For example, the Unix shell does this:
> 
>   echo '$HOME'  -->  $HOME
>   echo "$HOME"  -->  /home/user

Perl as well:

    print '$ENV{HOME}'  -->  $ENV{{HOME}
    print "$ENV{HOME}"  -->  /home/user    

and I like it.

-- 
Rafael


reply via email to

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