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