Formatting changes to the cheat-sheet

This commit is contained in:
Audun Wilhelmsen 2014-05-04 12:28:36 -07:00
parent 40e7e304b4
commit 2c2fec95f7
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ s[11] = '!';
</td>
<td>
<pre>
var s: string = "Hello World."
var s = "Hello World."
var s0: char = s[0] # 'H'
var t = s # Copy of s
s[11] = '!'