Question: Julia also doesn't mind if we use semicolons to separate elements rather than commas: y = [ 1 0 ; 2 0 ; 3 0

Julia also doesn't mind if we use semicolons to separate elements rather than commas:
y=[10;20;30;40;50]
@show x==y;
! Stale outputs
Code errored (137ms)
LoadError: UndefVarError: x not defined
UndefVarError: x not defined
Stacktrace:
[1] top-level scope at show.jl:641
[2] include_string(::Function, ::Module, ::String, ::String) at ./loading.jl:1091
 Julia also doesn't mind if we use semicolons to separate elements

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!