[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-apl] )SI asterisk should be on same line
From: |
Juergen Sauermann |
Subject: |
Re: [Bug-apl] )SI asterisk should be on same line |
Date: |
Mon, 12 May 2014 13:29:04 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130330 Thunderbird/17.0.5 |
Hi Blake,
the asterisk marks an own SI entry for immediate execution, so
it does not belong to fun and should be on a separate line, see below.
/// Jürgen
]SI
Depth: 3
Exec: 0x98373a8
Pmode: ∇ fun[1]
PC: 1 ENDL
Stat: fun2
err_code: 0x30001
thrown: at Symbol.cc:679
e_msg_1: 'VALUE ERROR'
e_msg_2: 'fun[1] fun2'
e_msg_3: ' ^'
Depth: 2
Exec: 0x9838bf0
Pmode: ◊ fun
PC: 1 ENDL
Stat: fun
err_code: 0x0
thrown: at StateIndicator.cc:40
e_msg_1: 'No Error'
e_msg_2: ''
e_msg_3: ''
Depth: 1
Exec: 0x98373a8
Pmode: ∇ fun[1]
PC: 1 ENDL
Stat: fun2
err_code: 0x30001
thrown: at Symbol.cc:679
e_msg_1: 'VALUE ERROR'
e_msg_2: 'fun[1] fun2'
e_msg_3: ' ^'
Depth: 0
Exec: 0x9837298
Pmode: ◊ fun
PC: 1 ENDL
Stat: fun
err_code: 0x0
thrown: at StateIndicator.cc:40
e_msg_1: 'No Error'
e_msg_2: ''
e_msg_3: ''
On 05/11/2014 04:09 PM, Blake McBride wrote:
The output to )SI seems correct except that the asterisk should be on
the same line as the function and line.
)clear
CLEAR WS
∇fun
[1] fun2
[2] ∇
fun
VALUE ERROR
fun[1] fun2
^
)SI
fun[1]
⋆
fun
VALUE ERROR
fun[1] fun2
^
)SI
fun[1]
⋆
fun[1]
⋆
⎕LC
1 1
)SI should only show two line, not four. The asterick should be on
the same line.
Thanks.
Blake