Added tests for reg comparison
This commit is contained in:
parent
66bd58b89b
commit
93d7d791f3
|
@ -7,5 +7,7 @@
|
|||
<> ((read)) (?:)
|
||||
<> (empty-register) (?x)
|
||||
<> (explode ?*) (str (?*))
|
||||
<> (eq ?x ?x) (#t)
|
||||
<> (eq ?x ?y) (#f)
|
||||
|
||||
(implode reverse (explode hello)) (read) (explode hello) empty-register
|
||||
(implode reverse (explode hello)) (read) (explode hello) empty-register (eq abc abc) (eq abc def)
|
Loading…
Reference in New Issue