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
Dave Griffiths
jellyfish
Commits
b39d3b24
Commit
b39d3b24
authored
Jan 18, 2015
by
Dave Griffiths
Browse files
docs
parent
478787f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
b39d3b24
...
...
@@ -91,14 +91,14 @@ Here is a program that randomly moves vertex positions around:
Willdo...
*
let
##
let
##
(let ((name value) (name value) ...))
Normal binding of names to values. All values are vectors of lenght 3,
but can be specified as single numbers for convenience.
Tofix: Let bindings are not scoped correctly, varables can be referred
*
Tofix
*
: Let bindings are not scoped correctly, varables can be referred
to after scope is closed and conflict with function parameters and other
let variables of the same name.
...
...
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