mu/html/archive/2.vm/tracing-test.mu

19 lines
204 B
Forth
Raw Normal View History

2016-03-10 22:46:11 +00:00
run [
result:boolean <- equal [abc], [abcd] # lengths differ
]
trace-should-contain [
equal: comparing lengths
]
trace-should-not-contain [
equal: comparing characters
]