Give the docs some love.

This commit is contained in:
Bob Nystrom
2015-09-22 21:19:38 -07:00
parent 505b48fdac
commit a944ead5b4
10 changed files with 84 additions and 42 deletions

View File

@ -1,8 +1,8 @@
^title Variables
^category language
Variables are named slots for storing values. You can define a new variable in
Wren using a `var` statement, like so:
Variables are named slots for storing values. You define a new variable in Wren
using a `var` statement, like so:
:::wren
var a = 1 + 2