<script> Constants:
00: "Hello, world!"
<script> Code:
00 (ln 1): Load(Module, Class("System"))
01 (ln 1): Constant(0: "Hello, world!")
02 (ln 1): Call(print(_))
03 (ln 1): Pop
04 (ln 2): EndModule
05 (ln 2): Return
06 (ln 2): End
