Beispiele zu den Erweiterungen


(ndisp! four)                    -->4
;
(bdisp! true)                    -->true
;
(print vmzero)                   -->0
;
(print ((five incr) vmzero))     -->5
;
(ldisp! l1)                      -->1
;                                -->2
;                                -->3
;
(load "init.ars")
;
(bdisp! (equalx 'anton 'berta))  -->false
;
(print "end of program")         -->end of program
(quit)



Georg Loczewski 2003-08-07