module Rpl module Core module_function # no operation def nop( stack ) stack end end end