mirror of
https://github.com/open-goal/jak-project
synced 2026-08-08 18:44:15 -04:00
Copy over LISP code
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
(defun float-testing-function ((x float) (y float))
|
||||
(* x y (* x x))
|
||||
)
|
||||
|
||||
(let ((x (float-testing-function (* 1.2 1.2) 3.4)))
|
||||
(format #t "~,,3f~%" x)
|
||||
)
|
||||
0
|
||||
Reference in New Issue
Block a user