Is it possible to print the current value of variables during manual testing to see how they are behaving?
I mean during manual testing in the clarinet console or do I have to add something like (ok variable_name) at the end of the function?
Is it possible to print the current value of variables during manual testing to see how they are behaving?
I mean during manual testing in the clarinet console or do I have to add something like (ok variable_name) at the end of the function?
Copyright © 2021 Jogjafile Inc.
You can use the
print
function for this: https://docs.stacks.co/docs/clarity/language-functions#print