about summary refs log tree commit diff stats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions
lioat/tour/blame/chibi/print.scm?id=f7dc77b3763ac444fa54e110639fadc6ba70174b'>^
e66b314 ^
843db07 ^
cb5d490 ^
e66b314 ^


cb5d490 ^
4658e2b ^
d9a08de ^
95200b1 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

                
 
                                                
 
                    
 
                                      
 
                


                  
                                    
 
            

                    
(import
	(print))

;; Very unofficial test of my tiny print library

(println "hi there")

(printsln "kiwi" "banana" "pineapple")

(println "****")

(print "hi there")

(prints "kiwi" "banana" "pineapple")

(print "hi")

(println "end test")