November 2017
Beginner
316 pages
6h 40m
English
The String type is used to denote string data, which is a collection of characters. Notice that we have double quotes around a String type, unlike the single quotes around character type data:
julia> typeof("Julia")String
Read now
Unlock full access