зеркало из https://github.com/github/ruby.git
28 строки
297 B
Modula-2
28 строки
297 B
Modula-2
|
#
|
||
|
# a definition of instruction unification
|
||
|
#
|
||
|
#
|
||
|
|
||
|
__END__
|
||
|
|
||
|
putobject putobject
|
||
|
putobject putstring
|
||
|
putobject setlocal
|
||
|
|
||
|
putstring putstring
|
||
|
putstring putobject
|
||
|
putstring setlocal
|
||
|
|
||
|
# putnil end
|
||
|
|
||
|
dup setlocal
|
||
|
|
||
|
# from tarai
|
||
|
getlocal getlocal
|
||
|
# getlocal send
|
||
|
|
||
|
# from tak, ackermann
|
||
|
getlocal putobject
|
||
|
|
||
|
|