Warning: this is an htmlized version!
The original is here, and the conversion rules are here. |
# ============================================================================== # # RubyFORTH -- Copyright (C) 2007-8, Marc Simpson (GPL). # # Demonstration of calling external ruby modules. # # ============================================================================== def greeting puts "Hi from Ruby code!" end prim "hello" , "greeting"