adding the blocks to virtual machine and store instructions in array not list
This commit is contained in:
@@ -29,3 +29,5 @@ class Node < List
|
||||
@key == key ? @value = value : super(key,value)
|
||||
end
|
||||
end
|
||||
|
||||
# https://www.youtube.com/watch?v=HJ-719EGIts
|
Reference in New Issue
Block a user