diff --git a/examples/frandom.csn b/examples/frandom.csn deleted file mode 100644 index b0e96bd..0000000 --- a/examples/frandom.csn +++ /dev/null @@ -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!"))) -)