One of the best ways for me to work with Ruby was handling data in real time. In the debugger, I could set new variables, assign them, and manipulate the code.
Is this possible in xCode's Swift/Obj-C? It seems when I try to instantiate new variables, they are never accessible. Perhaps my syntax is wrong?
>> po let my_numb = 5
>> po my_numb
error: <EXPR>:1:1: error: use of unresolved identifier 'my_numb'