geomyidae

A small C-based gopherd. (gopher://bitreich.org/1/scm/geomyidae)
git clone git://r-36.net/geomyidae
Log | Files | Refs | README | LICENSE

index.bob (188B)


      1 #!/usr/bin/env eval-bob
      2 <?geomyidae
      3 	echo aaaaahhhh
      4 	a="sober"
      5 ?>
      6 <?geomyidae printf "BOB is programming "; ?>
      7 extra $a
      8 <?geomyidae
      9 	for i in $(seq 10);
     10 	do
     11 		printf "%s\n" "$a";
     12 	done
     13 ?>