LOOPR
setup.LOOPR
-----------
[bin]
PY = /var/bin/python2.7
PHP = /var/bin/php5.4.8
testing.loopr
-----------
L:0{
P:"Inifinite Loop"
}
// Five loops, Concat example
L:5{
P:"Hello, Hello"
P:12345 + "Hello"
}
// 1 Loop calling binary
L:1{
PHP:"php_info()"
PY:"for i in 10:\
print i"
}