how to define a variable as bitarray in julia code example
Example: julia first element of an arrya
A = ["one","two","three"] #define array
A[1] #get first element of array
A = ["one","two","three"] #define array
A[1] #get first element of array