Fixed "is" bug in tutorial
This commit is contained in:
parent
a1849da175
commit
ae051b5d53
@ -283,8 +283,8 @@ $lessons = [
|
||||
|
||||
### Create an instance of a Buffer:
|
||||
$b = (a Buffer)
|
||||
test that ($b == "a Buffer")
|
||||
test that ((type of $b) == "a Buffer")
|
||||
test that ($b is "a Buffer")
|
||||
test that ((type of $b) is "a Buffer")
|
||||
$b, add "xx"
|
||||
$b, add "yyy"
|
||||
test that (($b, as text) == "xxyy")
|
||||
@ -558,4 +558,4 @@ command line program with $args:
|
||||
\\(^\("ᴗ" if $(COLOR ENABLED) else "_")^)/
|
||||
|
||||
|
||||
")
|
||||
")
|
||||
|
Loading…
Reference in New Issue
Block a user