updated the reader to forge an outer xlist automatically if the beginning is a complex literal expression like array([]), dictionary(#{}), etc
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
3
t/call-01.err
Normal file
3
t/call-01.err
Normal file
@ -0,0 +1,3 @@
|
||||
## the expression begins with a dictionary expression.
|
||||
## it is not a function name and can'be be invoked.
|
||||
#{100:1, 200: 3}; ##ERROR: syntax error - invalid callable
|
Reference in New Issue
Block a user