isPC
Function isPC
Returns 1 if the Current Token is a PC or 0 if it not.
Usage
[h: pc = isPC()]
Examples
[r, if(isPC()): "Hello I am a PC"]
Returns 1 if the Current Token is a PC or 0 if it not.
[h: pc = isPC()]
[r, if(isPC()): "Hello I am a PC"]