Thanks to Bill, Martin, Pascal, Raul

Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows

________________________________
From: Programming <programming-boun...@forums.jsoftware.com> on behalf of 
Martin Kreuzer <i...@airkreuzer.com>
Sent: Sunday, December 4, 2022 3:30:21 PM
To: programm...@jsoftware.com <programm...@jsoftware.com>
Subject: Re: [Jprogramming] EVM

Sorry Bill, gotten distracted, didn't noticed you already answered.
btw, what's the difference between m and u in this case?
-M

At 2022-12-04 15:11, you wrote:

>First of all because of change in syntax,  you have to change the line
>setup x
>to
>setup m
>
>and then it works like this
>    '*: 4' EVM
>16
>    hist ''
>
>  Queue         Stack               Rule
>
>  +---------+   +------+----+---+   +-----+
>  |mark *: 4|   |      |    |   |   |     |
>  +---------+   +------+----+---+   +-----+
>  |mark *:  |   | 4    |    |   |   |     |
>  +---------+   +------+----+---+   +-----+
>  |mark     |   | *:   | 4  |   |   |     |
>  +---------+   +------+----+---+   +-----+
>  |         |   | mark | *: | 4 |   |monad|
>  +---------+   +------+----+---+   +-----+
>  |         |   | mark | 16 |   |   |     |
>  +---------+   +------+----+---+   +-----+
>
>
>On Sat, Dec 3, 2022 at 8:14 PM Richard Donovan <rsdono...@hotmail.com>
>wrote:
>
> > I was reading on the J website of the useful sounding adverb EVM so I went
> > to the link at Help / Learning / Ap 1: Evaluating Expressions - J Wiki (
> > jsoftware.com)<
> > https://code.jsoftware.com/wiki/Help/Learning/Ap_1:_Evaluating_Expressions>
> > and downloaded it.
>
> > So far I cannot get it to work at all using the examples given, I get
> > syntax error in every case! EG
>
> > From the wiki page...
> > *: 4
> > '*: 4' EVM
> > 16
> > 16
>
> > Me:
>
> > *: 4'*: 4' EVM
> > |syntax error
> > | *: 4'*: 4'EVM
>
> > Have I catastrophically misunderstood this, or missed something obvious??
>
> > Thanks
> > ----------------------------------------------------------------------
> > For information about J forums see http://www.jsoftware.com/forums.htm
>
>----------------------------------------------------------------------
>For information about J forums see http://www.jsoftware.com/forums.htm

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to