Home
last modified time | relevance | path

Searched refs:printnum (Results 1 - 2 of 2) sorted by relevance

/third_party/alsa-lib/alsalisp/
H A Dhello.lisp9 (defun printnum (from to) (while (<= from to) (princ " " from) (setq from (+ from 1)))) function
10 (princ "Numbers 1-10: ") (printnum 1 10) (princ "\n")
11 (unsetq printnum)
H A Dtest.lisp371 (defun printnum (from to) (while (<= from to) (princ " " from) (setq from (+ from 1)))) function
372 (princ "Numbers 1-10:") (printnum 1 10) (princ "\n")
373 (unsetq printnum)

Completed in 2 milliseconds