This is the code I'm writing
assert(bar(foo)),
assert(foo(bar-5)),
I am not sure if this works. I am trying to get it to reduce foo by 5. I need a way to write the value of foo, but also did not find a way.
write('foo is' + foo)would be a logical way for me, but it doesn't seem to work.
source
share