Formatting changes to the cheat-sheet
This commit is contained in:
parent
40e7e304b4
commit
2c2fec95f7
|
@ -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] = '!'
|
||||
|
|
Loading…
Reference in New Issue