Bahasa Pemrograman Julia

julia> a = 10 # Create the variable "a" and assign it the number 10
10

julia> a + 10 # Do a basic math operation using "a"
20
Brainy Bee