4 lines
167 B
Plaintext
4 lines
167 B
Plaintext
## 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
|