parent
fba88fd65b
commit
790ba06b42
@ -1,9 +1,9 @@ |
|||||||
(defun spit |
(defun spit |
||||||
(miracle |
(miracle |
||||||
"builtins" "print" (id $1))) |
"__builtins__" "print" (id $1))) |
||||||
(defun input |
(defun input |
||||||
(miracle |
(miracle |
||||||
"builtins" "input" (""))) |
"__builtins__" "input" (""))) |
||||||
(defun thesis |
(defun thesis |
||||||
(spit |
(spit |
||||||
("this language belongs to makise kurisu. there are many like it, but this one is hers."))) |
("this language belongs to makise kurisu. there are many like it, but this one is hers."))) |
||||||
|
@ -1,3 +1,3 @@ |
|||||||
(defun length |
(defun length |
||||||
(miracle |
(miracle |
||||||
"builtins" "len" ((id $1)))) |
"__builtins__" "len" ((id $1)))) |
Loading…
Reference in new issue