free software resistance
the cost of computing freedom is eternal vigilance
### c.dib
*original date:* oct 2014
*orginally posted:* sep 2024
demo program written in "dib", or dib isnt basic:
```
msg hi you will see this now
print msg
tryagain this will be yellow
fcolor 14
print tryagain
goback tryagain
print tryagain
os ls
r r
a a
i i
n n
b b
o o
w w
fcolor 4
write r
fcolor 6
write a
fcolor 14
write i
fcolor 3
write n
fcolor 10
write b
fcolor 9
write o
fcolor 5
write w
print
fcolor 7
bcolor 1
thisisastring hello there
print thisisastring
```
license: 0-clause bsd
```
# 2014 mn
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted.
#
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
```
=> https://freesoftwareresistance.neocities.org