gnudatalanguage / gdl

GDL - GNU Data Language
GNU General Public License v2.0
270 stars 61 forks source link

GDL accepts HASH() with odd number of elements ! #1814

Closed alaingdl closed 2 months ago

alaingdl commented 3 months ago
GDL> r=hash(3,3,4)
GDL>
(no message)

IDL> r=hash(3,3,4)
% Incorrect number of arguments.
% Execution halted at: $MAIN$