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
creative-kids-coding-cornwall
Commits
99721b1e
Commit
99721b1e
authored
Apr 10, 2014
by
Dave Griffiths
Browse files
words
parent
40e6a3ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/projects/01-house.md
doc/projects/01-house.md
+2
-2
No files found.
doc/projects/01-house.md
View file @
99721b1e
...
...
@@ -63,7 +63,7 @@ in. Lets quickly add a door:
box(AIR,point(4,0,1),point(3,4,1))
## Step 3 Make a house
*
function
*
## Step 3 Make a house function
Functions are one of the founding ideas behind programming - they can
amplify your actions, and allow you to solve difficult problems by
...
...
@@ -83,7 +83,7 @@ once:
box(AIR,point(4,0,1),point(3,4,1))
Now we can "call" this function by simply adding this to the bottom of your
program:
program
(there shouldn't be any spaces before this)
:
house()
...
...
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