bug-apl
[Top][All Lists]
Advanced

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

Selective Assignment - first each


From: David Tran
Subject: Selective Assignment - first each
Date: Thu, 26 Dec 2019 23:37:42 -0500

Hi,

Currently study APL2, and found an example that won't work on Gnu APL:

v ← 12(13(14 15))(16 17)
(↑¨v) ← 2 3 6

On the book, above statement will change v into 2 (3 (14 15)) (6 17);  however Gnu APL returns Syntax Error.

Is such "first each assignment" not APL2 standard specification, or it is just Gnu APL is not support yet?


Thanks,
Dave

reply via email to

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