Skip to content

Commit 07d5308

Browse files
committed
table
1 parent 460e5b3 commit 07d5308

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/lisp.devore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
(require "table")
21
(def (is-digit n)
32
(let ([ascii (char->ascii n)])
43
(and (>= ascii 48) (<= ascii 57))))

0 commit comments

Comments
 (0)