C# 클래스 kOS.Safe.Compilation.OpcodeExists

Tests if the identifier atop the stack is an identifier that exists in the system and is accessible in scope at the moment. If the identifier doesn't exist, or if it does but it's out of scope right now, then it results in a FALSE, else it results in a TRUE. The result is pushed onto the stack for reading. Note that the ident atop the stack must be formatted like a variable name (i.e. have the leading '$').
상속: Opcode
파일 보기 프로젝트 열기: KSP-KOS/KOS

공개 메소드들

메소드 설명
Execute ( ICpu cpu ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( ICpu cpu ) : void
cpu ICpu
리턴 void