free software resistance

 the cost of computing freedom is eternal vigilance

### fig.fig *original date:* jan 2016 *originally posted:* oct 2024 fig.fig: ``` #!./fig pp yellow 14 magenta 5 black 0 white 7 pc colortext yellow python if 7 > 5: print "hello!" print "hello, world!" fig #wait .5 wait .25 #### graphics are the default, so drawing dots opens the graphics window now: #### the next statement will kill the graphics window textmode pc highlight magenta todisplay "hello, world!" print #display pc colortext white pc highlight black pfigf pfigf "hello, world!" # comment comment y pfigf y pfigf pfigf "hello, world" 0 int str int str print # fig fig ``` license: 0-clause bsd ``` # 2016 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