Syntax errors

Find and correct the 8 lines with syntax errors in the program below

main sub()
dim jane = new jeroo(0,0)
hop(5)
jane.turnaround
end sub()

sub turnaround
jane.hop()
turn(south)
turn(right)
end sub