Introduction
Introduction Statistics Contact Development Disclaimer Help
index.bob - geomyidae - a small C-based gopherd (mirror)
git clone git://git.codemadness.org/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 ?>
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.