CJB

Results 2 comments of CJB

Sorry. Turns out my problem was actually parenthesis breaking the multiline feature. This works: ``` st=>start: Start e=>end: Stop op1=>operation: words and stuff and things st->op1->e ``` This also works:...

IPython version 3.0.0-Dev ``` C:\Python34>ipython Python 3.4.2 (v3.4.2:ab2c023a9432, Oct 6 2014, 22:15:05) [MSC v.1600 32 bit (Intel)] Type "copyright", "credits" or "license" for more information. IPython 3.0.0-dev -- An enhanced...