Learn how to define variables in Julia, a dynamically typed programming language.

a = 5
b = "Julia"
Share this post