Skip to content

add friendly error message for multiple return syntax #133

Closed
@HomerReid

Description

@HomerReid
  julia> [V, D] = eig([1.0 2.0; 2.0 1.0]) 
  syntax error: invalid assignment lvalue (call (top vcat) V D)
  in run_repl, /home/homer/hacking/julia/j/client.j:23
  in _start, /home/homer/hacking/julia/j/client.j:153

Instead, detect what they're trying to do and show a nice friendly message.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions