$ cat hello.py ; echo '---' ; ipy hello.py
import clr
clr.AddReference('System')
from System import Console
Console.WriteLine("Hello, World!")
---
Hello, World!


$ cat hello.rb ; echo '---' ; ir hello.rb 
System::Console::WriteLine("Hello, World");
---
Hello, World


$ echo "" > Rakefile ; irake -T && echo $?
(in /usr/src/git/colliertech/dlr-examples)
0


$ igem --version
1.3.5

-- 
[FFe] Please sync dlr-languages 20090805+git.e6b28d27+dfsg-1 from Debian 
unstable (main)
https://bugs.launchpad.net/bugs/525547
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to