printlist ["This is an element in the list" "And this is another" "Oh look another list element" "How fun!"];
let str dingus ["Element 1" "Element 2" "Element 3"];
println dingus[1];