Fixed "is" bug in tutorial

This commit is contained in:
Bruce Hill 2019-04-06 17:34:19 -07:00
parent a1849da175
commit ae051b5d53

View File

@ -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 "_")^)/
")
")