Style example output and errors in the docs.
This commit is contained in:
@@ -91,7 +91,7 @@ statement for the else:
|
||||
|
||||
:::wren
|
||||
if (happy && knowIt) {
|
||||
hands.clap
|
||||
hands.clap()
|
||||
} else System.print("sad")
|
||||
|
||||
Blocks have two similar but not identical forms. Typically, blocks contain a
|
||||
|
||||
Reference in New Issue
Block a user