package net.shadowfacts.asmr.program /** * @author shadowfacts */ class ProgramBlockOutput( val type: ProgramType ) { lateinit var value: Type }