Output of Visualise tests
4 > c(visualise). {ok,visualise} 5 > visualise:test1(). [start, {here,[is,{ 3.141592 , 999 },true,false],ball}, to_you] is list of length 3 list comprising of | start is an atom | {here,[is,{ 3.141592 , 999 },true,false],ball} is a tuple of size 3 | tuple comprising of | | here is an atom | | [is,{ 3.141592 , 999 },true,false] is list of length 4 | | list comprising of | | | is is an atom | | | { 3.141592 , 999 } is a tuple of size 2 | | | tuple comprising of | | | | 3.141592 (decimal)is a number and a float (approx to 6 digits) 3.14159 | | | | 999 (decimal)is a number and an integer 2 # 1111100111 , 8 # 1747 , 12 #6B3 | | | tuple end | | | true is a boolean | | | false is a boolean | | list end | | ball is an atom | tuple end | to_you is an atom list end [start, {here,[is,{ 3.141592 , 999 },true,false],ball}, to...