diff options
Diffstat (limited to 'site')
| -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 |
