* Stage 1 * Finish restructuring, add checkboxes. * Minor format fixes * fixing broken link * fixing broken link * fixing README link * Fix multiples bad links * Fix links in reference/concepts/keywords/README.md * Correcting list description
593 B
593 B
Function definition
TODO: ADD MORE
- functions are defined and named using the
defkeyword hamming - A named (and often reusable) section of code that performs a specific task. It may or may not have arguments passed in, and may or may not return data. Created using the
defkeyword. rna-transcription - Tests for this exercise expect a function named
parsethat can be called to transform the markdown formatted text and return HTML formatted text. markdown