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