Skip to content

Commit

Permalink
Document exponent completion
Browse files Browse the repository at this point in the history
  • Loading branch information
bduggan committed Jan 23, 2018
1 parent ceb6668 commit cda6537
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,13 @@ alias iperl6='jupyter-console --kernel=perl6'

* methods: after a `.` the invocant will be evaluated to find methods

* set operators: after a `(`, set operators (unicode and texas) will be shown
* set operators: after a ` (`, set operators (unicode and texas) will be shown (note the whitespace before the `(`)).

* equality/inequality operators: after `=`, `<`, or `>`, related operators will be shown
* equality/inequality operators: after `=`, ` <`, or ` >`, related operators will be shown.

* autocompleting `*` or `/` will give `×` or `÷` respectively
* autocompleting ` *` or ` /` will give `×` or `÷` respectively.

* autocompleting ` **` or a superscript will give you superscripts (for typing exponents).

* All cells are evaluated in item context. Outputs are then saved to an array
named `$Out`. You can read from this directly or:
Expand Down

0 comments on commit cda6537

Please sign in to comment.