Sha256: 77ca0fd8fce84f8e434aea9715142583938d7c84857881ec5fb3a0580bf4d7ac

Contents?: true

Size: 186 Bytes

Versions: 2

Compression:

Stored size: 186 Bytes

Contents

module PLang
  module VM
    module PFunctions
      def add_to_interpreter_miscellaneous_functions
        def_function :exit, do
          exit
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
p-lang-0.3.1 lib/vm/core/miscellaneous.rb
p-lang-0.3.0 lib/vm/core/miscellaneous.rb