help-octave
[Top][All Lists]
Advanced

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

Re: interesting results from char


From: Mike Miller
Subject: Re: interesting results from char
Date: Wed, 21 Jun 2017 08:38:07 -0700
User-agent: NeoMutt/20170306 (1.8.0)

On Wed, Jun 21, 2017 at 11:22:04 -0400, Doug Stewart wrote:
> OK but why cant I do
> 
> q = char x = [ 0xbb,0x36]

Because command form only works when the "command" is the first word in
the line.

It's the same reason you can do

  which help

but you can't do

  fname = which help

you have to use the functional form

  fname = which ("help")

-- 
mike



reply via email to

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