Skip to content

Commit

Permalink
update table in tutorial to display right
Browse files Browse the repository at this point in the history
Addresses #39.
  • Loading branch information
Carl Mäsak committed Oct 14, 2015
1 parent a9340da commit 06f326c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tutorial/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ structure introspection.
In terms of language features, it's perhaps easiest to think of 007 as
the secret love child of Perl 6 and Python.

feature Perl 6 007 Python
------------------------ -------- ----- --------
braces yes yes no
user-defined operators yes yes no
variable declarations yes yes no
macros yes yes no
implicit typecasts yes no no
sigils yes no no
multis yes no no
implicit returns yes no no
feature Perl 6 007 Python
------------------------ -------- ----- --------
braces yes yes no
user-defined operators yes yes no
variable declarations yes yes no
macros yes yes no
implicit typecasts yes no no
sigils yes no no
multis yes no no
implicit returns yes no no

## Values

Expand Down

0 comments on commit 06f326c

Please sign in to comment.