bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] WS FULL


From: Hudson Flavio Meneses Lacerda
Subject: Re: [Bug-apl] WS FULL
Date: Wed, 16 Jan 2019 16:04:55 -0200

Some info:

x86 32bit
Debian Jessie
GCC 4.9.2

Build command:

DYNAMIC_LOG_WANTED='yes' \
CXX_WERROR='no' \
        ./configure \
        --with-gtk3 \
        --with-pcre \
make
sudo make install



On Wed, 16 Jan 2019 15:58:18 -0200
Hudson Flavio Meneses Lacerda <address@hidden> wrote:

> Hi.
> 
> I tried the newest trunk version (1114), but the program shows this
> strange behaviour:
> 
> 
> --------...
>      This program is free software, and you are welcome to
> redistribute it according to the GNU Public License (GPL) version 3
> or later. 
>       a← 2 3 4
> WS FULL
>       a←2 3 4
>       ^^
>       a ← 2 3 4
> WS FULL
>       a←2 3 4
>       ^^
>       x ← 2 3 4
> WS FULL
>       x←2 3 4
>       ^^
>       z ← ⍳3   
>       a ← ⍳3
>       a ← 3 4 2
> WS FULL
>       a←3 4 2
>       ^^
>       a
> WS FULL
>       a
>       ^
>       z
> WS FULL
>       z
>       ^
>       x
> VALUE ERROR
>       x
>       ^
> 
> --------
> 
> 
> Hudson
> 




reply via email to

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