Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
with-contexts
with-contexts
Commits
b3c7b22b
Commit
b3c7b22b
authored
Dec 13, 2020
by
Marco Antoniotti
💬
Browse files
Fixed some typos in the documentation.
parent
4b91f239
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/html/introduction.html
View file @
b3c7b22b
...
...
@@ -153,9 +153,10 @@
</p>
<p>
One unexpected behavior for Common Lisp programmers is that the
varable (f in the case above) escapes the with constructs. This is
in line with what Python does, and it may have its uses. The file
opening example thus has the following behavior:
variable (
<i><tt>
f
</tt></i>
in the case above) escapes
the
<b><tt>
with
</tt></b>
constructs. This is in line with what
Python does, and it may have its uses. The file opening example
thus has the following behavior:
<pre>
CL-prompt >
<b>
(
<span
style=
"color: blue"
>
with
</span>
f = (open "contexts.lisp") do
(open-stream-p f))
</b>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment