array a = array(1,2,3)
array b

scan a
b.push(strval(a[])  + "\n")
/scan

b.store("test.txt")

array c
c.load("test.txt")
c.display()