diff options
author | Ben Burwell <ben@benburwell.com> | 2016-10-07 09:43:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-07 09:43:47 -0400 |
commit | 76367e7e954d00da49aba534019af03e6a229f3d (patch) | |
tree | 60d78a768995d33675eacce30369b115440e552b | |
parent | 85cdb4b15617b887de9888eee6a33036dc64facd (diff) |
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,5 +13,5 @@ At this point, it is extremely simple and undocumented. All statements are execu ## Online Example * [Euclidean Algorithm](https://cdn.rawgit.com/benburwell/doml/master/prog/euclideanAlgorithm.html) -* [Simple `While` Loop](https://cdn.rawgit.com/benburwell/doml/master/prog/simpleWhileLoop.html) - +* [Simple `while` loop](https://cdn.rawgit.com/benburwell/doml/master/prog/simpleWhileLoop.html) +* [Defining and calling a function](https://cdn.rawgit.com/benburwell/doml/master/prog/function.html) |