class SyntaxTree::YARV::SetGlobal

### Summary

‘setglobal` sets the value of a global variable to a value popped off the top of the stack.

### Usage

~~~ruby $global = 5 ~~~