Skip to content

Commit 13cf719

Browse files
working ok
1 parent 96658f3 commit 13cf719

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

STDLIB/default-stdlib.lm

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,17 @@ print := λ(: x S). (: (tail(
1818
(print (.1 (as x SAtom)))
1919
) (
2020
(if (==( (.0 x) 1u64 )) (tail(
21-
(let c SNil)
21+
# (let c SNil)
2222
(print '\[_s)
23-
(print( (as (.1 (as x SCons)) U64) ))
24-
(mov( (.1 (as x SCons)) 0u64 c ))
25-
(print c)
23+
# (print( (as (.1 (as x SCons)) U64) ))
24+
# (mov( (.1 (as x SCons)) 0u64 c ))
25+
# (print c)
2626
(print '\s_s)
27-
(print( (as (.2 (as x SCons)) U64) ))
28-
(mov( (.2 (as x SCons)) 0u64 c ))
29-
(print c)
27+
# (print( (as (.2 (as x SCons)) U64) ))
28+
# (mov( (.2 (as x SCons)) 0u64 c ))
29+
# (print c)
3030
(print '\]_s)
31+
()
3132
)) (tail(
3233
(print '[_s)
3334
(print (as (.1 (as x SPointer)) U64))

0 commit comments

Comments
 (0)