diff options
| author | brian cully <bjc@spork.org> | 2025-12-24 14:39:33 -0500 |
|---|---|---|
| committer | brian cully <bjc@spork.org> | 2025-12-24 14:39:33 -0500 |
| commit | a46a0c8a12a948e7509eee5c68ee7ef7402f2a49 (patch) | |
| tree | b68df52ca0e69790bb08911ca054b0eee5f9ff4b | |
| parent | c26985d780edea7028e9e0203672d3376e66b450 (diff) | |
| download | automathon-a46a0c8a12a948e7509eee5c68ee7ef7402f2a49.tar.gz automathon-a46a0c8a12a948e7509eee5c68ee7ef7402f2a49.zip | |
| -rw-r--r-- | site/index.html | 3 | ||||
| -rw-r--r-- | site/samples/bor.fs | 7 |
2 files changed, 9 insertions, 1 deletions
diff --git a/site/index.html b/site/index.html index 71ca54d..86b253d 100644 --- a/site/index.html +++ b/site/index.html @@ -62,7 +62,8 @@ <summary>source code</summary> <div> <select class='src-select'> - <option>rob.fs</option> + <option selected>rob.fs</option> + <option>bor.fs</option> <option>fac.fs</option> <option>slo-fac.fs</option> </select> diff --git a/site/samples/bor.fs b/site/samples/bor.fs new file mode 100644 index 0000000..65f0b51 --- /dev/null +++ b/site/samples/bor.fs @@ -0,0 +1,7 @@ +: loop + head 10 - sethead + loop +; + +3 setspeed +loop |
