1
1
mirror of https://github.com/kanaka/mal.git synced 2024-11-13 01:43:50 +03:00

updated guile/step0_repl.scm

This commit is contained in:
Nala Ginrut 2015-03-24 18:37:05 +08:00
parent f6be6a4dd5
commit c6b985d53a

View File

@ -13,7 +13,7 @@
;; You should have received a copy of the GNU General Public License
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
(include "readline.scm")
(import (readline))
(define (READ) (readline "user> "))