about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/tmp.lil4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tmp.lil b/src/tmp.lil
index 3238b96..50f8467 100644
--- a/src/tmp.lil
+++ b/src/tmp.lil
@@ -35,6 +35,10 @@ l:insert name:"John" job:"Critic" age:32 into people
 
 show[l]
 
+save:writecsv[l "sis" ","] # where sis formats the column type, here string integer string -- the other option is boolean. 
+
+write["test.csv" save]
+
 on cons x y do
 	x,y
 end
\ No newline at end of file