remove bad script

This commit is contained in:
2020-10-25 12:50:54 +01:00
parent 1cfab8d21e
commit cfcd099060
-8
View File
@@ -1,8 +0,0 @@
(
(:loop)
(frng r0 0.0 1.0)
(fcmp r0 1.0
(lt? (j :loop))
(eq? (lds @cout "OK"))
(gt? (lds @cout "OVER!")))
)