Fix prnl in lib.pbl

This commit is contained in:
Sage Vaillancourt 2022-03-27 20:00:55 -04:00
parent 806f63e8ae
commit 71623db37c
1 changed files with 1 additions and 2 deletions

View File

@ -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