Sha256: 0ac71c6fc623c2642903f83f60d728e75bba41a580a69e199f2519b67e3bb313
Contents?: true
Size: 122 Bytes
Versions: 1
Compression:
Stored size: 122 Bytes
Contents
module Whitespace::ISA class Return < Instruction def execute vm.pc.change_to vm.cstack.pop end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
whitespace-ruby-1.0.0 | lib/whitespace/instructions/flow_control/return.rb |