Empty variable check

How can i check whether a variable contains some value or not in julia ?

1 Like

Try @isdefined variable_name

1 Like

thankyou, I worked.

Please don’t forget to also mark the solution thx.