Added recursion to concepts list.

This commit is contained in:
Nick Winter 2015-06-30 20:52:10 -07:00
parent 71fd13276f
commit 1c5f176c3c
3 changed files with 3 additions and 0 deletions

View file

@ -1212,6 +1212,7 @@
variables: "Variables"
vectors: "Vectors"
while_loops: "While Loops"
recursion: "Recursion"
delta:
added: "Added"

View file

@ -34,6 +34,7 @@ defaultTasks = [
'Write the guide.'
'Write a loading tip, if needed.'
'Click the Populate i18n button.'
'Add programming concepts covered.'
'Mark whether it requires a subscription.'
'Release to everyone via MailChimp.'

View file

@ -255,4 +255,5 @@ me.concept = me.shortString enum: [
'variables'
'vectors'
'while_loops'
'recursion'
]