Fix prnl in lib.pbl
This commit is contained in:
parent
806f63e8ae
commit
71623db37c
|
@ -1,8 +1,7 @@
|
|||
#!/usr/bin/pl
|
||||
; Print with newline
|
||||
(def prnl (fn (_txt) (
|
||||
(prn _txt)
|
||||
(pch 10)
|
||||
(prn (cat _txt (ch 10)))
|
||||
)))
|
||||
|
||||
; Exponentiate a^b
|
||||
|
|
Loading…
Reference in New Issue